Added swarm mode config to traefik config

This commit is contained in:
SKP
2020-01-21 15:22:16 +01:00
committed by kexkey
parent f5009806bb
commit aa85b43660

View File

@@ -17,6 +17,7 @@ endpoint = "unix:///var/run/docker.sock"
domain = "cyphernode.localhost"
watch = true
exposedByDefault = false
swarmMode = <%= ( docker_mode === 'swarm' )?'true':'false' %>
[acme]
email = "letsencrypt@yourdomain.com"