We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cbbda commit db7fe0cCopy full SHA for db7fe0c
templates/default.yaml
@@ -420,8 +420,9 @@ networks:
420
# # default: guestPortRange: [1, 65535]
421
# # default: hostPortRange: [1, 65535]
422
#
423
-# - guestPort: 8888
424
-# ignore: true (don't forward this port)
+# - guestIP: 0.0.0.0 # otherwise defaults to 127.0.0.1
+# proto: any # tcp and udp
425
+# ignore: true # don't forward these ports (guestPortRange, in this case 1-65535)
426
427
# - guestPort: 7443
428
# guestIP: "0.0.0.0" # Will match *any* interface
0 commit comments