Make traefik volumes read-only

This commit is contained in:
Martin Lablans 2022-10-11 13:28:51 +02:00
parent ca45a3dbe9
commit f7742f2a2b
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@ services:
- 80:80 - 80:80
- 443:443 - 443:443
volumes: volumes:
- ../certs:/tools/certs - ../certs:/tools/certs:ro
- ../lib/traefik-configuration/:/configuration - ../lib/traefik-configuration/:/configuration:ro
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
forward_proxy: forward_proxy: