Created
December 28, 2025 19:46
-
-
Save malikbenkirane/d51c2aadc68715eb0e6863cb6e73922c to your computer and use it in GitHub Desktop.
mm/mattermost docker single container
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| container kill mattermost-tbot | |
| container rm mattermost-tbot | |
| container volume delete mattermost-tbot-data | |
| container volume delete mattermost-tbot-logs | |
| container volume delete mattermost-tbot-plugins | |
| container volume delete mattermost-tbot-db | |
| container volume delete mattermost-tbot-config | |
| container volume create mattermost-tbot-data | |
| container volume create mattermost-tbot-logs | |
| container volume create mattermost-tbot-plugins | |
| container volume create mattermost-tbot-db | |
| container volume create mattermost-tbot-config | |
| container run -v mattermost-tbot-config:/opt/config -it --rm alpine | |
| mkdir /opt/config/config | |
| chown -R 2000:2000 /opt/config | |
| container start --attach mattermost-tbot | |
| container run \ | |
| -v mattermost-tbot-plugins:/mm/mattermost/plugins \ | |
| -v mattermost-tbot-logs:/mm/mattermost/logs \ | |
| -v mattermost-tbot-data:/mm/mattermost-data \ | |
| -v mattermost-tbot-db:/var/lib/postgresql \ | |
| -v mattermost-tbot-config:/mm/mattermost/config \ | |
| --platform linux/amd64 \ | |
| --publish 8065:8065 \ | |
| --name mattermost-tbot \ | |
| mattermost/platform |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.focalboard.com/download/mattermost/latest-plugin/