Traefik volume mounts are now readonly

This commit is contained in:
Jean Froment 2020-10-23 10:53:38 +02:00
parent f6bda77e15
commit c5777060e0
1 changed files with 2 additions and 2 deletions

View File

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