From e440847fca468f495f68b1f3fa35dc51c949fba9 Mon Sep 17 00:00:00 2001 From: thopic Date: Mon, 10 May 2021 16:22:56 +0200 Subject: [PATCH] Add README for MM --- mattermost/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 mattermost/README.md diff --git a/mattermost/README.md b/mattermost/README.md new file mode 100644 index 0000000..2511399 --- /dev/null +++ b/mattermost/README.md @@ -0,0 +1,5 @@ +# Docker-compose for Mattermost + +This repository deploys the Mattermost instance for GNOUS. + +It is an adaptation of the official docker deployment which you can find [here](https://git.gnous.fr/Gnous/mattermost) because `git submodule` is so scary.