From 410bc197bfbcf558d000ae90ff2f0bf2aeeafba1 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 9 Dec 2018 14:37:56 -0500 Subject: [PATCH] Web port should be an integer --- templates/HTTPD/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/HTTPD/0/rancher-compose.yml b/templates/HTTPD/0/rancher-compose.yml index b269e14..876d75d 100644 --- a/templates/HTTPD/0/rancher-compose.yml +++ b/templates/HTTPD/0/rancher-compose.yml @@ -32,7 +32,7 @@ catalog: Leaving this blank will disable opening any port on the host system. default: "10900" required: false - type: string + type: int - variable: "PERSIST_CONF" label: "Persistent Configuration"