mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-21 15:36:49 +00:00
Refactor traefik.yml to remove commented out swarm endpoint for Docker swarm mode
This commit is contained in:
@@ -312,6 +312,6 @@ providers:
|
|||||||
network: web
|
network: web
|
||||||
exposedByDefault: false
|
exposedByDefault: false
|
||||||
endpoint: "unix:///var/run/docker.sock"
|
endpoint: "unix:///var/run/docker.sock"
|
||||||
swarm:
|
# swarm:
|
||||||
# docker swarm mode (1.12+)
|
# # docker swarm mode (1.12+)
|
||||||
endpoint: "tcp://127.0.0.1:2377"
|
# endpoint: "tcp://127.0.0.1:2377"
|
||||||
|
|||||||
Reference in New Issue
Block a user