From be0e77fafdaa1d25dd8d2a332af27d814b91e4f5 Mon Sep 17 00:00:00 2001 From: ALinuxNinja Date: Thu, 27 Apr 2017 05:24:34 -0400 Subject: [PATCH] add readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 544ba2e..96bccaa 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,6 @@ Change configuration in docker-compose.yml to update passwords for MySQL/RabbitM docker-compose up -d ``` +Remember to use `docker cp` to copy the configuration file and certificates off the container. + Still WIP