From ff3847ce628d005adeb5523ffe1c41d3a80ae037 Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Sun, 9 Dec 2018 13:31:34 -0500 Subject: [PATCH] Set default port to 10900 --- 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 fd762d4..cf0c08a 100644 --- a/templates/HTTPD/0/rancher-compose.yml +++ b/templates/HTTPD/0/rancher-compose.yml @@ -29,7 +29,7 @@ catalog: label: "Web Port" description: | The port to locally access the web interface on. - default: "10100" + default: "10900" required: true type: string