This setup uses the official Rocket.Chat Docker Compose deployment.
git clone --depth 1 https://github.com/RocketChat/rocketchat-compose.git
cd rocketchat-compose
cp .env.example .env
Edit .env to set your domain and desired version.
docker compose -f compose.database.yml -f compose.yml up -d
Open your domain in a browser and finish the initial wizard.
Check the Rocket.Chat Docker guide or reach out via our contact page.