diff --git a/templates/Guacamole/0/rancher-compose.yml b/templates/Guacamole/0/rancher-compose.yml index 4ec108d..bf0f58e 100644 --- a/templates/Guacamole/0/rancher-compose.yml +++ b/templates/Guacamole/0/rancher-compose.yml @@ -45,7 +45,7 @@ catalog: - variable: "DB_USER_PASS" label: "MySQL User Password" description: | - A secure password to be used by the "nextcloud_user" MySQL user. + A secure password to be used by the "guacamole_user" MySQL user. # default: required: true type: password @@ -54,6 +54,6 @@ catalog: label: "Data Directory" description: | The directory to store persistent data for the stack. - default: "Personal/Nextcloud" + default: "Personal/Guacamole" required: true type: string \ No newline at end of file