chore(deps): update traefik docker tag to v3.1.6
This commit is contained in:
parent
b355002ff4
commit
045f167c53
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ services:
|
||||||
######## traefik ########
|
######## traefik ########
|
||||||
traefik:
|
traefik:
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
image: "traefik:v3.1.5"
|
image: "traefik:v3.1.6"
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
Loading…
Reference in a new issue