From 1461108d12ba1b21bbaeec4f1d4af27f8eba9cad Mon Sep 17 00:00:00 2001 From: Yi EungJun Date: Fri, 4 Dec 2015 00:40:11 +0900 Subject: [PATCH] README: Add known issues --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 9b279cc..d753873 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ Run `docker-compose stop`. Run `docker-compose stop && docker-compose rm`. +## Known Issues + +* Recreating the 'app' container resets the mattermost settings. If you modified + settings in System Console or `/mattermost/config/config.json` in the 'app' + container and want to keep them, you should manually update `app/config.json`. + +* Do not modify the Listen Address in Service Settings. + ## More informations If you want to know how to use docker-compose, see [the overview