fix volume traefik
This commit is contained in:
parent
e33ab17f81
commit
bc6e7b6271
@ -11,10 +11,10 @@ services:
|
|||||||
- "80:80"
|
- "80:80"
|
||||||
- "443:443"
|
- "443:443"
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- C:\tmp\var\run\docker.sock:/var/run/docker.sock
|
||||||
- ./traefik.yml:/etc/traefik/traefik.yml
|
- C:\traefik.yml:/etc/traefik/traefik.yml
|
||||||
- ./authorized_users:/etc/traefik/authorized_users
|
- C:\authorized_users:/etc/traefik/authorized_users
|
||||||
- ./acme.json:/acme.json
|
- C:\acme.json:/acme.json
|
||||||
labels:
|
labels:
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.dashboard-http.entrypoints=http"
|
- "traefik.http.routers.dashboard-http.entrypoints=http"
|
||||||
|
Loading…
Reference in New Issue
Block a user