From 0fef1bbd60349d1bd7ea1f20a8917146a751d09a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Wed, 13 Jul 2022 10:49:21 +0200 Subject: [PATCH] Change Docker compose 'maintenance' port from '5000' to '3001' - Because port '5000' has a standard use on macOS, it is said. --- docker-compose.yml | 2 +- webapp/maintenance/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f1baaf58c..a75e65883 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -105,7 +105,7 @@ services: networks: - external-net ports: - - 5000:80 + - 3001:80 networks: external-net: diff --git a/webapp/maintenance/README.md b/webapp/maintenance/README.md index 99e410a1c..95c09bae8 100644 --- a/webapp/maintenance/README.md +++ b/webapp/maintenance/README.md @@ -36,4 +36,4 @@ $ docker-compose up ```` And the maintenance mode page or service will be started as well in an own container. -In the browser you can reach it under `http://localhost:5000/`. +In the browser you can reach it under `http://localhost:3001/`.