Skip to content

Commit

Permalink
Merge pull request #196 from trouchet/renovate/traefik-3.x
Browse files Browse the repository at this point in the history
chore(deps): update traefik docker tag to v3.3
  • Loading branch information
brunolnetto authored Jan 9, 2025
2 parents 8417658 + bf88a72 commit 62710c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.override.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

proxy:
image: traefik:v3.2
image: traefik:v3.3
volumes:
- /var/run/docker.sock:/var/run/docker.sock
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.traefik.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
services:
traefik:
image: traefik:v3.2
image: traefik:v3.3
ports:
# Listen on port 80, default for HTTP, necessary to redirect to HTTPS
- 80:80
Expand Down

0 comments on commit 62710c4

Please sign in to comment.