docs: Additional info for user-mode networking (#1025)

This commit is contained in:
Kroese 2025-09-27 10:08:11 +02:00 committed by GitHub
parent 521beedf1c
commit 2135df07ea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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