update readme

This commit is contained in:
ALinuxNinja 2017-04-27 17:53:43 -04:00
parent 32b1380675
commit 25ce83a956

View File

@ -4,6 +4,7 @@
Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ. Change configuration in docker-compose.yml to update passwords for MySQL/RabbitMQ.
Both passwords in the `postal` service, `mysql` service and `rabbitmq` service have to be changed. Both passwords in the `postal` service, `mysql` service and `rabbitmq` service have to be changed.
Then, start postal by running
``` ```
docker-compose up -d docker-compose up -d
``` ```