mirror of
https://github.com/Mailu/Mailu.git
synced 2024-12-12 10:45:38 +02:00
Fix the path to the docker socket
This commit is contained in:
parent
e2faf8e1be
commit
5fee525e74
@ -52,7 +52,7 @@ services:
|
||||
env_file: freeposte.env
|
||||
volumes:
|
||||
- /data/freeposte:/data
|
||||
- /var/run/docker.sock:/tmp/docker.sock:ro
|
||||
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||
|
||||
webmail:
|
||||
build: roundcube
|
||||
|
Loading…
Reference in New Issue
Block a user