Merge pull request #403 from iBrotNano/master

Added webmail-imap dependency in docker-compose.yml.
This commit is contained in:
kaiyou
2018-03-05 20:47:28 +01:00
committed by GitHub

View File

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