fix(Traefik): Volume and network name
This commit is contained in:
parent
abd1dd06fc
commit
0de0b28958
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue