Merge pull request #403 from iBrotNano/master

Added webmail-imap dependency in docker-compose.yml.
master
kaiyou 6 years ago committed by GitHub
commit eaaef0d0f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save