Update Proxy_Containers/traefik/traefik.yaml

This commit is contained in:
2026-02-07 18:20:53 +00:00
parent c9f87ae5ce
commit 5af04fd71d
+4
View File
@@ -11,3 +11,7 @@ entryPoints:
address: :80 address: :80
websecure: websecure:
address: :443 address: :443
providers:
docker:
endpoint: "unix:///var/run/docker.sock"
exposedByDefault: false