Updated Deployment (markdown)

Tobias Genannt
2021-01-15 11:54:55 +01:00
parent 5ae52a978d
commit f922d94782

@ -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