Traefik volume mounts are now readonly
This commit is contained in:
parent
f6bda77e15
commit
c5777060e0
|
@ -11,8 +11,8 @@ services:
|
|||
- "443:443"
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- ./traefik:/etc/traefik
|
||||
- configtraefik:/config
|
||||
- ./traefik:/etc/traefik:ro
|
||||
- configtraefik:/config:ro
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
# Docker labels for enabling Traefik dashboard
|
||||
|
|
Loading…
Reference in New Issue