Mount reverseproxy docker socket read-only
This commit is contained in:
parent
4fbf18130e
commit
03f8ab70ec
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ services:
|
|||
- "443:443"
|
||||
- "10.0.0.1:8080:8080"
|
||||
volumes:
|
||||
- "/var/run/docker.sock:/var/run/docker.sock"
|
||||
- "/var/run/docker.sock:/var/run/docker.sock:ro"
|
||||
- "./cert/:/cert/"
|
||||
- "./config/:/etc/traefik/:ro"
|
||||
labels:
|
||||
|
|
Loading…
Reference in a new issue