1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-12 10:45:38 +02:00

Fix the compose dependencies for front and admin container

This commit is contained in:
kaiyou 2017-11-13 21:38:59 +01:00
parent eb32871904
commit 1c3df2b1fc

View File

@ -27,8 +27,6 @@ services:
- "$BIND_ADDRESS6:587:587"
volumes:
- "$ROOT/certs:/certs"
depends_on:
- admin
redis:
image: redis:alpine
@ -90,6 +88,8 @@ services:
- "$ROOT/data:/data"
- "$ROOT/dkim:/dkim"
- /var/run/docker.sock:/var/run/docker.sock:ro
depends_on:
- redis
webmail:
image: "mailu/$WEBMAIL:$VERSION"