From 2135df07ea996823bf313618db74109bd28ad08b Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 27 Sep 2025 10:08:11 +0200 Subject: [PATCH] docs: Additional info for user-mode networking (#1025) --- src/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.sh b/src/network.sh index 01158a6..a304548 100644 --- a/src/network.sh +++ b/src/network.sh @@ -527,7 +527,7 @@ else msg="podman detected, $msg" fi warn "$msg" - [ -z "$USER_PORTS" ] && info "Notice: port mapping will not work without \"USER_PORTS\" now." + [ -z "$USER_PORTS" ] && info "Notice: when you want to expose ports in this mode, map them using this variable: \"USER_PORTS=5000,5001\"." fi