From 67bfaff4d62ba7f4c96e9c75ee86f9477de2bbd1 Mon Sep 17 00:00:00 2001 From: Vincent Mahnke Date: Sun, 22 Mar 2026 17:50:52 +0100 Subject: [PATCH] chore: Replaces port to allow testing on Windows agent --- README.md | 4 ++-- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 014326c..b2e535c 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ To run Surveillance using docker, decide between development/testing or producti 2. Run `docker compose up` and wait for services to start up -3. Visit `http://localhost:8080/` in a browser; you should see an interactive OpenStreetMap +3. Visit `http://localhost:8081/` in a browser; you should see an interactive OpenStreetMap _tbd.: Populate camera data_ @@ -49,7 +49,7 @@ _tbd.: Populate camera data_ 3. Run `docker compose up` and wait for services to start up -3. Visit `http://localhost:8080/` in a browser to open the web interface +3. Visit `http://localhost:8081/` in a browser to open the web interface _tbd.: Populate camera data_ diff --git a/docker-compose.yml b/docker-compose.yml index 4509256..2446931 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -29,7 +29,7 @@ services: DEFAULT_LANGUAGE: en IMPRESSUM_URL: https://hamburg.ccc.de/imprint/ ports: - - "8080:80" + - "8081:80" depends_on: data_handler: condition: service_started