Skip to content

Commit

Permalink
chore(deps): update traefik docker tag to v2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 9, 2024
1 parent 82991c6 commit 9da621c
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:v2.5
image: traefik:2.11
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 @@ -190,7 +190,7 @@ services:

## Loadbalancer/Proxy
traefik:
image: traefik:v2.5
image: traefik:2.11
command:
- "--accesslog"
- "--providers.docker=true"
Expand Down

0 comments on commit 9da621c

Please sign in to comment.