Updated TLS (markdown)

Tobias Genannt
2021-01-15 11:54:21 +01:00
parent 909939fecf
commit 5ae52a978d

1
TLS.md

@ -51,3 +51,4 @@ services:
ports: ports:
- 8443:443 # bind the container's port 443 to the host's port 8443 -> https://[::1]:8443 - 8443:443 # bind the container's port 443 to the host's port 8443 -> https://[::1]:8443
``` ```
> 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.