Make traefik volumes read-only
This commit is contained in:
parent
ca45a3dbe9
commit
f7742f2a2b
|
@ -25,8 +25,8 @@ services:
|
|||
- 80:80
|
||||
- 443:443
|
||||
volumes:
|
||||
- ../certs:/tools/certs
|
||||
- ../lib/traefik-configuration/:/configuration
|
||||
- ../certs:/tools/certs:ro
|
||||
- ../lib/traefik-configuration/:/configuration:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
forward_proxy:
|
||||
|
|
Loading…
Reference in New Issue