From 9a1e3178e1a1dc840cf1aa196dc2a5d958ae7192 Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 18:15:39 -0400 Subject: [PATCH] Minor adjustments --- templates/Traefik/0/rancher-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Traefik/0/rancher-compose.yml b/templates/Traefik/0/rancher-compose.yml index bba1053..8b4c098 100644 --- a/templates/Traefik/0/rancher-compose.yml +++ b/templates/Traefik/0/rancher-compose.yml @@ -9,7 +9,7 @@ catalog: # uuid: traefik-0 questions: - - variable: "HOST_LABEL" + - variable: HOST_LABEL label: "Host Label Key/Value Pair" description: | The Key/Value pair on the host which the stack should be deployed. @@ -28,7 +28,7 @@ catalog: - variable: DATA_DIR label: "Data Directory" description: | - The persistent data directory + The persistent data directory. default: "Personal/Traefik" required: true type: string \ No newline at end of file