Skip to content

Commit

Permalink
Merge pull request #138 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.2
  • Loading branch information
brunolnetto authored Oct 3, 2024
2 parents 7c6aa51 + cfb9d03 commit 4b668d2
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.1
image: traefik:v3.2
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.1
image: traefik:v3.2
ports:
# Listen on port 80, default for HTTP, necessary to redirect to HTTPS
- 80:80
Expand Down

0 comments on commit 4b668d2

Please sign in to comment.