From b0afca78771b2585e4198104b2c2005903c0310b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 9 Dec 2018 14:35:05 -0500 Subject: [PATCH] Web port optional --- 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 8c285ec..b269e14 100644 --- a/templates/HTTPD/0/rancher-compose.yml +++ b/templates/HTTPD/0/rancher-compose.yml @@ -31,7 +31,7 @@ catalog: The port to locally access the web interface on. Leaving this blank will disable opening any port on the host system. default: "10900" - required: true + required: false type: string - variable: "PERSIST_CONF"