From 25ce83a956c74fa56260efa16d0ee48cbc01d7b8 Mon Sep 17 00:00:00 2001 From: ALinuxNinja Date: Thu, 27 Apr 2017 17:53:43 -0400 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9de1f4c..14ac747 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 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. +Then, start postal by running ``` docker-compose up -d ```