diff --git a/Deployment.md b/Deployment.md index d6d19d3..2182a44 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. +> NOTE: From **version 0.28.0** and above the `nginx` part from the file above must be removed. ### TLS (HTTPS) We recommend that you deploy TLS. @@ -78,7 +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. +> NOTE: From **version 0.28.0** and above the `nginx` service is no longer in use. The traffic must be forwarded to the `netbox` service directly. ## Community-maintained Deployments