Skip to content

Commit 106c962

Browse files
committed
update traefik.yml to reference the env variable differently
1 parent 5cb6831 commit 106c962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/production/traefik/traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ http:
4242
certResolver: letsencrypt
4343

4444
flower-secure-router:
45-
rule: "Host(`${TRAEFIK_DOMAIN}`)"
45+
rule: 'Host(`{{ env "TRAEFIK_DOMAIN" }}`)'
4646
entryPoints:
4747
- flower
4848
service: flower

0 commit comments

Comments
 (0)