Refactor traefik.yml to remove commented out swarm endpoint for Docker swarm mode

This commit is contained in:
2024-05-30 09:24:31 +08:00
parent a345319737
commit 1e581d71fb
+3 -3
View File
@@ -312,6 +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"
# swarm:
# # docker swarm mode (1.12+)
# endpoint: "tcp://127.0.0.1:2377"