fix(Traefik): Volume and network name

This commit is contained in:
Simon 2021-11-11 09:37:33 +01:00
parent abd1dd06fc
commit 0de0b28958
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ services:
restart: always
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ${TRAEFIK_VOLUME_NAME:-traefik}:/traefik
- traefik:/traefik
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
ports:
@ -24,7 +24,7 @@ services:
protocol: tcp
mode: host
networks:
- ${TRAEFIK_NETWORK_NAME:-traefik}
- traefik
command:
- --api.insecure=true
- --log.level=INFO