mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-02-14 16:54:24 +01:00
add mattermost
This commit is contained in:
16
examples/mattermost/README.md
Normal file
16
examples/mattermost/README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# References
|
||||
|
||||
- https://github.com/mattermost/docker
|
||||
- https://docs.mattermost.com/install/install-docker.html
|
||||
|
||||
# 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.
|
||||
Reference in New Issue
Block a user