Skip to content

Commit 83a544a

Browse files
committed
Fix: TRAEFIK_ENTRYPOINTS_REDIS_ADDRESS
1 parent a32f937 commit 83a544a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/traefik/template.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ TRAEFIK_PING=true
8989
TRAEFIK_ENTRYPOINTS_METRICS_ADDRESS=:8082
9090
TRAEFIK_ENTRYPOINTS_POSTGRES_ADDRESS=:5432
9191
TRAEFIK_ENTRYPOINTS_RABBIT_ADDRESS=:5672
92-
TRAEFIK_ENTRYPOINTS_REDIS_ADDRESS=${REDIS_EXTERNAL_PORT}
92+
TRAEFIK_ENTRYPOINTS_REDIS_ADDRESS=:${REDIS_EXTERNAL_PORT}
9393

9494
# Providers
9595
TRAEFIK_PROVIDERS_SWARM_ENDPOINT=unix:///var/run/docker.sock

0 commit comments

Comments
 (0)