mirror of
https://gitlab.com/ric_harvey/MailHog.git
synced 2024-11-23 14:24:03 +00:00
Add notice how to mount "maildir" storage.
This commit is contained in:
parent
1bd561aa34
commit
9fdeffd9e8
1 changed files with 4 additions and 0 deletions
|
@ -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/).
|
||||||
|
|
Loading…
Reference in a new issue