Update Proxy_Containers/traefik/compose.yaml

This commit is contained in:
2026-02-07 17:58:56 +00:00
parent e9dea91c9d
commit 07ac131e25
+1 -2
View File
@@ -3,11 +3,10 @@ services:
image: traefik:latest
container_name: traefik
command:
- "--api.insecure=true"
- "--providers.docker=true"
#- "--entrypoints.web.address=:80"
ports:
- "80:80"
- "443:443"
- "8079:8080"
volumes:
- /var/run/docker.sock:/var/run/docker.sock