Skip to content

Commit 1488792

Browse files
update to traefik 3.4
1 parent 44327d1 commit 1488792

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose.override.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services:
66
# etc. To enable it, update .env, set:
77
# DOMAIN=localhost.tiangolo.com
88
proxy:
9-
image: traefik:3.3
9+
image: traefik:3.4
1010
volumes:
1111
- /var/run/docker.sock:/var/run/docker.sock
1212
ports:

docker-compose.traefik.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
traefik:
3-
image: traefik:3.3
3+
image: traefik:3.4
44
ports:
55
# Listen on port 80, default for HTTP, necessary to redirect to HTTPS
66
- 80:80

0 commit comments

Comments
 (0)