From 56c1d9943a0e413dd6077fac6863476d81871b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Tue, 17 Mar 2020 15:51:49 +0100 Subject: [PATCH] Updated Deployment (markdown) --- Deployment.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Deployment.md b/Deployment.md index 452a1a8..a1807cf 100644 --- a/Deployment.md +++ b/Deployment.md @@ -72,9 +72,9 @@ Our recommendations: services: nginx: ports: - - 8080:8080 # binds nginx to `localhost:8080` on the host server + - 8000:8080 ``` - The target address for the reverse-proxy would in that case be `localhost:8080`. + The target address for the reverse-proxy would in that case be `localhost:8000`. - Deploy an HTTP server through Docker. You can extend the base setup via the `docker-compose.override.yml` file. The target server for the reverse proxy would be `nginx:8080`.