Unverified Commit 32b5bf0e authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Clarify port forwarding (#941)

parent 686ccfdd
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -869,7 +869,9 @@ else
    "passt" | "slirp" )

      if [ -z "$USER_PORTS" ]; then
        info "Notice: because user-mode networking is active, if you need to expose ports, add them to the \"USER_PORTS\" variable."
        desc="$APP"
        [[ "${desc,,}" == "qemu" ]] && desc="the VM"
        info "Notice: because user-mode networking is active, if you want to forward ports to $desc, add them to the \"USER_PORTS\" variable."
      fi ;;

  esac