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