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