Skip to content

Commit

Permalink
Upgrade Traefik to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 11, 2024
1 parent cc8e3fe commit cf3d697
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ services:
build: web
depends_on:
- redis
links:
- redis:redis
environment:
- REDIS_URL=redis://redis:6379/
labels:
Expand All @@ -48,7 +46,7 @@ services:
- traefik.http.routers.web.tls=true
- traefik.http.routers.web.tls.certresolver=le
router:
image: "traefik:v2.4"
image: "traefik:v3.2"
depends_on:
- web
command:
Expand Down

0 comments on commit cf3d697

Please sign in to comment.