Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (15 loc) · 306 Bytes

File metadata and controls

23 lines (15 loc) · 306 Bytes

Starting & Stopping Docker Compose

Following our Rapid deployment methods, you can start/stop your Rocket.Chat instance by running

Docker & Docker Compose

Start

docker-compose up -d

Stop

docker-compose down

Status/Logs

docker-compose logs -f rocketchat