Skip to content

Commit 39e391e

Browse files
chore(deps): update traefik docker tag to v3.3 (#193)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 493a0b6 commit 39e391e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom/docker-compose.custom.portainer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ services:
112112
org.prind.service: init
113113

114114
traefik:
115-
image: traefik:3.2
115+
image: traefik:3.3
116116
command:
117117
- "--accesslog"
118118
- "--providers.docker=true"

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ services:
206206

207207
## Loadbalancer/Proxy
208208
traefik:
209-
image: traefik:3.2
209+
image: traefik:3.3
210210
command:
211211
- "--accesslog"
212212
- "--providers.docker=true"

0 commit comments

Comments
 (0)