Refactor traefik.yml to add swarm endpoint for Docker swarm mode
This commit is contained in:
@@ -312,3 +312,6 @@ providers:
|
||||
network: web
|
||||
exposedByDefault: false
|
||||
endpoint: "unix:///var/run/docker.sock"
|
||||
swarm:
|
||||
# docker swarm mode (1.12+)
|
||||
endpoint: "tcp://127.0.0.1:2377"
|
||||
|
||||
Reference in New Issue
Block a user