From 472dca11f2de53a7187363e3f6fddf9d98757efa Mon Sep 17 00:00:00 2001 From: Ron Williams Date: Wed, 4 Apr 2018 21:18:35 -0600 Subject: [PATCH] Remove requirement for WebUI path. --- templates/mailhog/0/rancher-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/templates/mailhog/0/rancher-compose.yml b/templates/mailhog/0/rancher-compose.yml index eae53e6..52e2d79 100644 --- a/templates/mailhog/0/rancher-compose.yml +++ b/templates/mailhog/0/rancher-compose.yml @@ -6,9 +6,7 @@ - variable: mh_ui_web_path label: Web UI Path type: string - required: true - default: '' - description: Defines the URL path for viewing MailHog. + description: Defines the URL path for viewing MailHog. Will use "/" if left blank. - variable: mh_smtp_bind_addr label: SMTP Bind Address type: string