Skip to content

Commit aa59602

Browse files
committed
fix misconfigured env reference in traefik.yml
1 parent acec71e commit aa59602

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
@@ -31,7 +31,7 @@ certificatesResolvers:
3131
http:
3232
routers:
3333
web-secure-router:
34-
rule: "Host(`${TRAEFIK_DOMAIN}`)" # Dynamic domain using environment variable
34+
rule: 'Host(`{{ env "TRAEFIK_DOMAIN" }}`)'
3535
entryPoints:
3636
- web-secure
3737
middlewares:

0 commit comments

Comments
 (0)