postal/README.md

13 lines
309 B
Markdown
Raw Normal View History

2017-04-27 11:23:57 +02:00
## Docker container for [atech/postal](https://github.com/atech/postal)
### Instructions
Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ
```
docker-compose up -d
```
2017-04-27 11:24:34 +02:00
Remember to use `docker cp` to copy the configuration file and certificates off the container.
2017-04-27 11:23:57 +02:00
Still WIP