From db8fe4973bd7737311598f513d580a393e8397ca Mon Sep 17 00:00:00 2001 From: aapostoliuk <108394744+aapostoliuk@users.noreply.github.com> Date: Tue, 27 Jan 2026 16:03:13 +0200 Subject: container: Added warning about publishing ports (#1741) Added warning about publishing ports in the container documentation. --- docs/configuration/container/index.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/configuration/container/index.rst b/docs/configuration/container/index.rst index ca235521..398f1941 100644 --- a/docs/configuration/container/index.rst +++ b/docs/configuration/container/index.rst @@ -110,6 +110,9 @@ Configuration set container name zabbix-web-nginx-mysql port http destination 8080 set container name zabbix-web-nginx-mysql port http protocol tcp +.. note:: Port publishing cannot be used with **network**. For this purpose, a workaround + using destination NAT and static IP assignment for the container is available. + .. cfgcmd:: set container name volume source .. cfgcmd:: set container name volume destination -- cgit v1.2.3