Update swarm mode endpoint

This commit is contained in:
Siyu
2018-11-20 16:40:06 +01:00
committed by Traefiker Bot
parent 53201b65b0
commit ef6c1fac4b

View File

@@ -110,7 +110,10 @@ To enable constraints see [provider-specific constraints section](/configuration
# Required
# Default: "unix:///var/run/docker.sock"
#
endpoint = "tcp://127.0.0.1:2375"
# swarm classic (1.12-)
# endpoint = "tcp://127.0.0.1:2375"
# docker swarm mode (1.12+)
endpoint = "tcp://127.0.0.1:2377"
# Default base domain used for the frontend rules.
# Can be overridden by setting the "traefik.domain" label on a services.