Upgrade traefik
This is the first upgrade of a container through this repo, and it worked perfectly! 🎉
This commit is contained in:
parent
e6a659e4cb
commit
c184936114
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ version: "3"
|
||||||
services:
|
services:
|
||||||
traefik:
|
traefik:
|
||||||
container_name: traefik
|
container_name: traefik
|
||||||
image: traefik:v2.1.2
|
image: traefik:v2.1.4
|
||||||
# command: "--log.level=DEBUG"
|
# command: "--log.level=DEBUG"
|
||||||
network_mode: host
|
network_mode: host
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue