Skip to content

Commit

Permalink
Update to traefik v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Jan 17, 2025
1 parent 71b1699 commit fb01053
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
restart: unless-stopped

traefik:
image: traefik:v3.2
image: traefik:v3.3
depends_on:
- docker-socket-proxy
command:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
restart: unless-stopped

traefik:
image: traefik:v3.2
image: traefik:v3.3
depends_on:
- docker-socket-proxy
command:
Expand Down

0 comments on commit fb01053

Please sign in to comment.