Compose-Examples/examples/mattermost
2023-11-28 13:45:07 +01:00
..
.env Rename env.example to .env 2023-11-28 13:45:07 +01:00
docker-compose.yml add mattermost 2023-11-28 13:43:37 +01:00
README.md add mattermost 2023-11-28 13:43:37 +01:00

References

Notes

The bind volume permissions must be adjusted:

sudo chown -R 2000:2000 /mnt/docker-volumes/mattermost/*

Then rename env.example to .env and adjust to your needs.

Finally, run docker compose up to spawn the container.