Add notice how to mount "maildir" storage.

This commit is contained in:
Timo Schmid 2017-06-21 13:14:40 +02:00
parent 1bd561aa34
commit 9fdeffd9e8

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 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 ### Elastic Beanstalk
You can deploy MailHog using [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/). You can deploy MailHog using [AWS Elastic Beanstalk](http://aws.amazon.com/elasticbeanstalk/).