Mount reverseproxy docker socket read-only

This commit is contained in:
paul 2017-09-25 20:07:38 +02:00
parent 4fbf18130e
commit 03f8ab70ec

View file

@ -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: