Skip to content

Commit 73796ac

Browse files
authored
Update treafik for latest docker. (#1493)
Previous version of traefik couldn't communicate to latest version of docker. Update traefik so the compose file works again.
1 parent e0a1fd8 commit 73796ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ services:
127127

128128
# Proxy for HTTPS for OpenID
129129
traefik:
130-
image: "traefik:v3.3.3"
130+
image: "traefik:v3.6.2"
131131
ports:
132132
- "${APP_PORT:-8081}:80"
133133
expose:

0 commit comments

Comments
 (0)