mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 04:21:14 +00:00
15 lines
293 B
Markdown
15 lines
293 B
Markdown
# 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/*
|
|
````
|
|
|
|
Finally, run `docker compose up` to spawn the container.
|