mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-26 03:52:50 +02:00
Make the docker socket mount read-only
This commit is contained in:
parent
5677c85368
commit
6ea6c43da4
@ -52,7 +52,7 @@ services:
|
||||
env_file: freeposte.env
|
||||
volumes:
|
||||
- /data/freeposte:/data
|
||||
- /var/run/docker.sock:/tmp/docker.sock
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
|
||||
webmail:
|
||||
build: roundcube
|
||||
|
Loading…
x
Reference in New Issue
Block a user