https://github.com/yegorov/mailcatcher-dockerize
https://github.com/yegorov/mailcatcher-dockerize
docker mail mailcatcher rails ruby
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yegorov/mailcatcher-dockerize
- Owner: Yegorov
- Created: 2019-03-12T14:37:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-12T14:42:30.000Z (over 7 years ago)
- Last Synced: 2025-06-30T00:40:41.622Z (12 months ago)
- Topics: docker, mail, mailcatcher, rails, ruby
- Language: Dockerfile
- Size: 0 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Mailcatcher](https://mailcatcher.me/) in Docker
================================================
## Build and run with Docker
```
docker build -t mailcatcher .
docker run --rm --name mailcatcher -p 1080:1080 -p 1025:1025 mailcatcher:latest
```
## Run with Docker Compose
```
docker-compose build
docker-compose up
```
Override port in docker-compose.yml if you needed.