Update Traefik container from deprecated v2.6 to v2.11 (#1475)

This commit is contained in:
gp
2024-09-26 03:20:18 -04:00
committed by GitHub
parent dd18f558a4
commit 5f815d88a9
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ services:
- traefik.http.routers.frontend-http.rule=HostRegexp(`{any:.+}`)
proxy:
image: traefik:2.5
image: traefik:v2.11
command:
- --providers.docker
- --providers.docker.exposedbydefault=false