Merge pull request #156 from timo-schmid/master

Add notice how to mount "maildir" storage.
This commit is contained in:
Tyndyll 2018-09-14 11:58:50 +01:00 committed by GitHub
commit d0971cbb48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,6 +29,10 @@ You can run it directly from Docker Hub (thanks [humboldtux](https://github.com/
docker run -d -p 1025:1025 -p 8025:8025 mailhog/mailhog
To mount the Maildir to the local filesystem, you can use a volume:
docker run -d -e "MH_STORAGE=maildir" -v $PWD/maildir:/maildir -p 1025:1025 -p 8025:8025 mailhog/mailhog
### Elastic Beanstalk
You can deploy MailHog using [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/).