Skip to content

Commit 1db8ada

Browse files
⬆ Bump traefik from 3.6 to v3.7 in the docker-compose group
Bumps the docker-compose group with 1 update: traefik. Updates `traefik` from 3.6 to v3.7 --- updated-dependencies: - dependency-name: traefik dependency-version: v3.7 dependency-type: direct:production dependency-group: docker-compose ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 486f054 commit 1db8ada

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

compose.override.yml

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

33
proxy:
4-
image: traefik:3.6
4+
image: traefik:v3.7
55
ports:
66
- "80:80"
77
- "8090:8080"

compose.yml

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

33
proxy:
4-
image: traefik:3.6
4+
image: traefik:v3.7
55
volumes:
66
# Add Docker as a mounted volume, so that Traefik can read the labels of other services
77
- /var/run/docker.sock:/var/run/docker.sock:ro

0 commit comments

Comments
 (0)