mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 09:42:26 +00:00
Fix the path to the docker socket
This commit is contained in:
@@ -52,7 +52,7 @@ services:
|
|||||||
env_file: freeposte.env
|
env_file: freeposte.env
|
||||||
volumes:
|
volumes:
|
||||||
- /data/freeposte:/data
|
- /data/freeposte:/data
|
||||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
|
|
||||||
webmail:
|
webmail:
|
||||||
build: roundcube
|
build: roundcube
|
||||||
|
|||||||
Reference in New Issue
Block a user