Web port should be an integer

This commit is contained in:
WilliamMiceli
2018-12-09 14:37:56 -05:00
parent b0afca7877
commit 410bc197bf

View File

@@ -32,7 +32,7 @@ catalog:
Leaving this blank will disable opening any port on the host system. Leaving this blank will disable opening any port on the host system.
default: "10900" default: "10900"
required: false required: false
type: string type: int
- variable: "PERSIST_CONF" - variable: "PERSIST_CONF"
label: "Persistent Configuration" label: "Persistent Configuration"