Skip to content

Commit

Permalink
Merge pull request #174 from mkuf/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
mkuf authored Oct 6, 2024
2 parents 37f7afc + e3a2679 commit e2922b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom/docker-compose.custom.portainer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ services:
org.prind.service: init

traefik:
image: traefik:3.1
image: traefik:3.2
command:
- "--accesslog"
- "--providers.docker=true"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ services:

## Loadbalancer/Proxy
traefik:
image: traefik:3.1
image: traefik:3.2
command:
- "--accesslog"
- "--providers.docker=true"
Expand Down

0 comments on commit e2922b6

Please sign in to comment.