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"
networks:
- 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:
# traefik needs the docker socket in order to work properly
- /var/run/docker.sock:/var/run/docker.sock
@ -121,4 +132,4 @@ services:
- traefik-certs:/acme
deploy:
restart_policy:
condition: on-failure
condition: on-failure