Mattermost WIS https://docs.mattermost.com/install/install-docker.html Installationsanleitung folgen. Hier in kurzform: git clone https://github.com/mattermost/docker cd docker cp env.example .env mkdir -p ./volumes/app/mattermost/{config,data,logs,plugins,client/plugins,bleve-indexes} sudo chown -R 2000:2000 ./volumes/app/mattermost Beispiel OHNE Nginx incl. (weil wir schon einen NGINX Reverse Proxy Manager haben) sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml up -d und sudo docker-compose -f docker-compose.yml -f docker-compose.without-nginx.yml down