An open API service indexing awesome lists of open source software.

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

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.