From 5b0bfa207061e6e84e436321f44d0390482f573b Mon Sep 17 00:00:00 2001 From: WilliamMiceli Date: Wed, 19 Dec 2018 22:10:50 -0500 Subject: [PATCH] WEB_PORT not actually required --- templates/XWiki/0/rancher-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/XWiki/0/rancher-compose.yml b/templates/XWiki/0/rancher-compose.yml index 2a52c70..8f433c1 100644 --- a/templates/XWiki/0/rancher-compose.yml +++ b/templates/XWiki/0/rancher-compose.yml @@ -31,7 +31,7 @@ catalog: The port to locally access the web interface on. Leaving this empty will disable opening any port on the host system. default: "11100" - required: true + required: false type: string # "Int" sometimes causes problems, and not a huge issue - variable: "DB_ROOT_PASS"