This commit is contained in:
parent
d7efdbb0ae
commit
9241a253ca
|
|
@ -13,8 +13,7 @@ services:
|
||||||
- "--configFile=/etc/traefik/traefik.yml"
|
- "--configFile=/etc/traefik/traefik.yml"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
- ./traefik.yml:/etc/traefik/traefik.yml:ro
|
- ./:/etc/traefik/:ro
|
||||||
- ./dynamic_conf.yml:/etc/traefik/dynamic_conf.yml:ro
|
|
||||||
- ./acme.json:/acme.json
|
- ./acme.json:/acme.json
|
||||||
networks:
|
networks:
|
||||||
- proxy_network
|
- proxy_network
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue