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:
parent
eb32871904
commit
1c3df2b1fc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user