fix volume traefik

This commit is contained in:
Rémi Heredero 2024-02-06 09:53:35 +01:00
parent e33ab17f81
commit bc6e7b6271

View File

@ -11,10 +11,10 @@ services:
- "80:80"
- "443:443"
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- ./traefik.yml:/etc/traefik/traefik.yml
- ./authorized_users:/etc/traefik/authorized_users
- ./acme.json:/acme.json
- C:\tmp\var\run\docker.sock:/var/run/docker.sock
- C:\traefik.yml:/etc/traefik/traefik.yml
- C:\authorized_users:/etc/traefik/authorized_users
- C:\acme.json:/acme.json
labels:
- "traefik.enable=true"
- "traefik.http.routers.dashboard-http.entrypoints=http"