From 65c18a15b25c0396317b846cf1b177d83f1a8379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Peters?= Date: Mon, 9 Sep 2019 10:52:00 +0200 Subject: [PATCH] Update firststeps-rp.md --- docs/firststeps-rp.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/firststeps-rp.md b/docs/firststeps-rp.md index 3d012d9d0..f56c329b2 100644 --- a/docs/firststeps-rp.md +++ b/docs/firststeps-rp.md @@ -8,6 +8,9 @@ HTTP_PORT=8080 HTTPS_BIND=127.0.0.1 HTTPS_PORT=8443 ``` + +This will also change the bindings inside the Nginx container! This is important, if you decide to use a proxy within Docker. + **IMPORTANT:** Do not use port 8081, 9081 or 65510! Recreate affected containers by running `docker-compose up -d`.