1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-03 14:52:36 +02:00

Added webmail-imap dependency in docker-compose.yml.

This commit is contained in:
Marcel Melzig 2018-03-02 11:23:41 +01:00
parent dfb5463c94
commit e7d838ac2a

View File

@ -97,6 +97,8 @@ services:
env_file: .env
volumes:
- "$ROOT/webmail:/data"
depends_on:
- imap
fetchmail:
image: mailu/fetchmail:$VERSION