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