WEB_PORT not actually required

This commit is contained in:
WilliamMiceli
2018-12-19 22:10:50 -05:00
parent 4c1d549c69
commit 5b0bfa2070

View File

@@ -31,7 +31,7 @@ catalog:
The port to locally access the web interface on. The port to locally access the web interface on.
Leaving this empty will disable opening any port on the host system. Leaving this empty will disable opening any port on the host system.
default: "11100" default: "11100"
required: true required: false
type: string # "Int" sometimes causes problems, and not a huge issue type: string # "Int" sometimes causes problems, and not a huge issue
- variable: "DB_ROOT_PASS" - variable: "DB_ROOT_PASS"