From 5ae52a978d9c8fbb2d85af412eb3ca7c39f2a160 Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Fri, 15 Jan 2021 11:54:21 +0100 Subject: [PATCH] Updated TLS (markdown) --- TLS.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TLS.md b/TLS.md index a871736..8866485 100644 --- a/TLS.md +++ b/TLS.md @@ -50,4 +50,5 @@ services: - ./localhost+2-full.pem:/app/localhost.pem # mount the TLS certificate ports: - 8443:443 # bind the container's port 443 to the host's port 8443 -> https://[::1]:8443 -``` \ No newline at end of file +``` +> 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. \ No newline at end of file