revert Update Proxy_Containers/traefik/compose.yaml
This commit is contained in:
2026-02-07 22:12:44 +00:00
parent bfe3eee166
commit a7cb71405c
+2
View File
@@ -2,6 +2,8 @@ services:
traefik: traefik:
image: traefik:latest image: traefik:latest
container_name: traefik container_name: traefik
command:
- "--providers.docker=true"
ports: ports:
- "80:80" - "80:80"
- "443:443" - "443:443"