From f95c4890bbd67600f832a45e6e4cd2edd03fd36c Mon Sep 17 00:00:00 2001 From: WilliamMiceli <9000802+WilliamMiceli@users.noreply.github.com> Date: Mon, 27 Aug 2018 19:56:51 -0400 Subject: [PATCH] Environment variables lowercase per official docs....weird. --- templates/Ghost/0/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/Ghost/0/docker-compose.yml b/templates/Ghost/0/docker-compose.yml index 21ef55d..7b30b9b 100644 --- a/templates/Ghost/0/docker-compose.yml +++ b/templates/Ghost/0/docker-compose.yml @@ -8,8 +8,8 @@ services: - 1.0.0.1 environment: {{- if .Values.TRAEFIK_HOST}} - NODE_ENV: production - URL: https://${TRAEFIK_HOST} + node_env: production + url: https://${TRAEFIK_HOST} {{- end}} labels: io.rancher.container.pull_image: always