From be5323aa527aab14ebeed9461ec68d3c900cd095 Mon Sep 17 00:00:00 2001 From: ALinuxNinja Date: Thu, 27 Apr 2017 05:23:57 -0400 Subject: [PATCH] add readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..544ba2e --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +## 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 +``` + +Still WIP