From e51618802f0034226a2bfe2c4a62d1839f7ba85d Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 9 Dec 2018 21:44:12 -0500 Subject: [PATCH] Changed back to string, as int was unnecessary --- 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 f9dbd1e..5158688 100644 --- a/templates/Nextcloud/0/rancher-compose.yml +++ b/templates/Nextcloud/0/rancher-compose.yml @@ -32,7 +32,7 @@ catalog: Leaving this empty will disable opening any port on the host system. default: "10100" required: false - type: int + type: string - variable: "DB_ROOT_PASS" label: "MySQL Root Password"