Update docker-compose-command-config.yml
upgrade traefik image version
This commit is contained in:
parent
e675717d9c
commit
4c2a9b1d01
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ version: '3.8'
|
||||||
|
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
image: traefik:v2.9
|
image: traefik:2.10
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
command:
|
command:
|
||||||
- --global.checkNewVersion=true # check for updates
|
- --global.checkNewVersion=true # check for updates
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue