Fix the path to the docker socket

This commit is contained in:
Pierre Jaury
2016-04-24 18:08:23 +02:00
parent e2faf8e1be
commit 5fee525e74

View File

@@ -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