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