Skip to content

Commit e372e3c

Browse files
committed
Update traefik version #821
Signed-off-by: Jono Yang <jyang@nexb.com>
1 parent b415db7 commit e372e3c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ services:
88
- "traefik.enable=true"
99
- "traefik.http.routers.web.rule=
1010
Host(`127.0.0.1`)
11-
|| Host(`localhost`)"
11+
|| Host(`localhost`)
12+
|| Host(`192.168.1.12`)"
1213
- "traefik.http.routers.web.entrypoints=web"
1314
volumes:
1415
- ./etc/nginx/conf.d/:/etc/nginx/conf.d/
@@ -19,7 +20,7 @@ services:
1920
restart: always
2021

2122
traefik:
22-
image: "traefik:v2.10"
23+
image: "traefik:v3.6.8"
2324
container_name: "traefik"
2425
hostname: "traefik"
2526
ports:

0 commit comments

Comments
 (0)