This guide uses the official Docker deployment for Mattermost.
git clone --depth 1 https://github.com/mattermost/docker.git
cd docker
cp env.example .env
Edit .env to set your domain and database settings.
docker compose up -d
Open your domain in a browser and create the first admin user.
Check the Mattermost install guide or reach out via our contact page.