fix volume traefik
This commit is contained in:
parent
e33ab17f81
commit
bc6e7b6271
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user