diff --git a/templates/gogs/0/rancher-compose.yml b/templates/gogs/0/rancher-compose.yml index 7b5983b..b9cf7c4 100644 --- a/templates/gogs/0/rancher-compose.yml +++ b/templates/gogs/0/rancher-compose.yml @@ -19,7 +19,7 @@ type: "int" - variable: ssh_port description: "ssh port to access gogs cli" - label: "Ssh Port" + label: "SSH Port" required: true default: "222" type: "int" @@ -27,7 +27,7 @@ description: "mysql root password" label: "Mysql Password" required: true - default: "password" - type: "string" + default: "" + type: "password" gogs: