Changed back to string, as int was unnecessary

This commit is contained in:
WilliamMiceli
2018-12-09 21:44:12 -05:00
parent e09274940a
commit e51618802f

View File

@@ -32,7 +32,7 @@ catalog:
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: "10100" default: "10100"
required: false required: false
type: int type: string
- variable: "DB_ROOT_PASS" - variable: "DB_ROOT_PASS"
label: "MySQL Root Password" label: "MySQL Root Password"