Merge pull request #359 from Ovski4/patch-1

Break traefik command in multiple lines
This commit is contained in:
Carlos Tadeu Panato Junior 2019-01-29 11:47:18 +01:00 committed by GitHub
commit d3f9a7dec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,7 +109,18 @@ services:
- "443:443" - "443:443"
networks: networks:
- mm-out - mm-out
command: --acme --acme.email="[ADD YOUR EMAIL HERE]" --acme.entrypoint=https --acme.onhostrule --acme.storage="acme/certs.json" --acme.acmelogging --web --docker --docker.domain=docker.localhost --docker.swarmmode --docker.watch --logLevel=DEBUG command: >
--acme
--acme.email="[ADD YOUR EMAIL HERE]"
--acme.entrypoint=https --acme.onhostrule
--acme.storage="acme/certs.json"
--acme.acmelogging
--web
--docker
--docker.domain=docker.localhost
--docker.swarmmode
--docker.watch
--logLevel=DEBUG
volumes: volumes:
# traefik needs the docker socket in order to work properly # traefik needs the docker socket in order to work properly
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock