From 82ef6384c1a2f9ae50582e9a15f4d33dabc652d5 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Sun, 8 Jul 2018 20:10:34 -0400 Subject: [PATCH] Admin username type changed to string --- templates/NextCloud/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/NextCloud/0/rancher-compose.yml b/templates/NextCloud/0/rancher-compose.yml index 21410e9..22c61c2 100644 --- a/templates/NextCloud/0/rancher-compose.yml +++ b/templates/NextCloud/0/rancher-compose.yml @@ -75,7 +75,7 @@ catalog: description: | The username of the Nextcloud admin user. required: true - type: password + type: string - variable: NC_ADMIN_PASS label: "Nextcloud Admin Password"