All apps · 0 apps
mattermost
OfficialDocker app from A75G's Repository
Overview
Mattermost a flexible, open source messaging platform that enables secure team collaboration.
The official Docker image for Mattermost Team Edition.
Install Mattermost on Unraid in a few clicks.
Find Mattermost in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for Mattermost Review the template variables and paths Click Install
Requirements
Run command before running container:
mkdir -p /mnt/user/appdata/mattermost/{config,data,logs,plugins,client/plugins,bleve-indexes} && chown -R 2000:2000 /mnt/user/appdata/mattermost/
mkdir -p /mnt/user/appdata/mattermost/{config,data,logs,plugins,client/plugins,bleve-indexes} && chown -R 2000:2000 /mnt/user/appdata/mattermost/
Download Statistics
69,289,184
Total Downloads
267,887
This Month
226,794
Avg / Month
Total Downloads Over Time
Loading chart...
Related apps
Explore more like this
Explore allLinks
Details
Repository
mattermost/mattermost-team-edition:latestLast Updated2026-06-26
First Seen2025-04-03
Runtime arguments
- Web UI
http://[IP]:[PORT:8065]/- Network
bridge
Template configuration
Listen AddressPorttcp
The address and port to which to bind and listen.
- Target
- 8065
- Default
- 8065
- Value
- 8065
DataPathrw
Data Path
- Target
- /mattermost/data
- Default
- /mnt/user/appdata/mattermost/data/
- Value
- /mnt/user/appdata/mattermost/data/
LogsPathrw
Logs Path
- Target
- /mattermost/logs
- Default
- /mnt/user/appdata/mattermost/logs/
- Value
- /mnt/user/appdata/mattermost/logs/
ConfigPathrw
Config Path
- Target
- /mattermost/config
- Default
- /mnt/user/appdata/mattermost/config/
- Value
- /mnt/user/appdata/mattermost/config/
PluginsPathrw
Plugins Path
- Target
- /mattermost/plugins
- Default
- /mnt/user/appdata/mattermost/plugins/
- Value
- /mnt/user/appdata/mattermost/plugins/
Client PluginsPathrw
Client Plugins Path
- Target
- /mattermost/client/plugins
- Default
- /mnt/user/appdata/mattermost/client/plugins/
- Value
- /mnt/user/appdata/mattermost/client/plugins/
DATASOURCEVariable
https://docs.mattermost.com/configure/environment-configuration-settings.html
- Target
- MM_SQLSETTINGS_DATASOURCE
- Default
- MM_USERNAME:MM_PASSWORD@tcp(DB_HOST:DB_PORT_NUMBER)/MM_DBNAME?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s
- Value
- MM_USERNAME:MM_PASSWORD@tcp(DB_HOST:DB_PORT_NUMBER)/MM_DBNAME?charset=utf8mb4,utf8&readTimeout=30s&writeTimeout=30s
Bleve IndexesPathrw
Bleve Indexes Path
- Target
- /mattermost/bleve-indexes
- Value
- /mnt/user/appdata/mattermost/bleve-indexes/
Site URLVariable
Application host address
- Target
- MM_SERVICESETTINGS_SITEURL
- Default
- http://192.168.100.100:8065
- Value
- http://192.168.100.100:8065
Databse TypeVariable
- Default
- mysql|postgres
- Value
- mysql