We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a32f937 commit 83a544aCopy full SHA for 83a544a
services/traefik/template.env
@@ -89,7 +89,7 @@ TRAEFIK_PING=true
89
TRAEFIK_ENTRYPOINTS_METRICS_ADDRESS=:8082
90
TRAEFIK_ENTRYPOINTS_POSTGRES_ADDRESS=:5432
91
TRAEFIK_ENTRYPOINTS_RABBIT_ADDRESS=:5672
92
-TRAEFIK_ENTRYPOINTS_REDIS_ADDRESS=${REDIS_EXTERNAL_PORT}
+TRAEFIK_ENTRYPOINTS_REDIS_ADDRESS=:${REDIS_EXTERNAL_PORT}
93
94
# Providers
95
TRAEFIK_PROVIDERS_SWARM_ENDPOINT=unix:///var/run/docker.sock
0 commit comments