From 909939fecf48c69df39a2b6b1cc2163d8104ab84 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Fri, 15 Jan 2021 11:53:04 +0100 Subject: [PATCH] Updated Deployment (markdown) --- Deployment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Deployment.md b/Deployment.md index 6b9ad76..d6d19d3 100644 --- a/Deployment.md +++ b/Deployment.md @@ -56,7 +56,7 @@ services: redis-cache: restart: unless-stopped ``` - +> NOTE: From **version 0.28.0** the `nginx` part from the file above must be removed. ### TLS (HTTPS) We recommend that you deploy TLS. @@ -78,6 +78,7 @@ Our recommendations: - 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`. +> NOTE: From **version 0.28.0** the `nginx` service is no longer in use. The traffic must be forwarded to the `netbox` service directly. ## Community-maintained Deployments