From 915811c2acdfecb28b02d2fe8ad5c1c67745b1e1 Mon Sep 17 00:00:00 2001 From: Zicklag Date: Thu, 25 Jan 2018 12:09:03 -0600 Subject: [PATCH] Clarified misleading DOMAIN example --- templates/huginn/0/rancher-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/huginn/0/rancher-compose.yml b/templates/huginn/0/rancher-compose.yml index 6033748..457ad10 100644 --- a/templates/huginn/0/rancher-compose.yml +++ b/templates/huginn/0/rancher-compose.yml @@ -10,10 +10,10 @@ catalog: required: true type: password - variable: DOMAIN - description: The domain and port that Huginn will be hosted on + description: The domain and port ( if necessary ) that should be used to get to Huginn label: Domain required: true - default: example.com:443 + default: example.com type: string - variable: INVITATION_CODE description: Code that new users must use to register