Skip to content

Commit

Permalink
update readme (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
umangutkarsh authored Nov 25, 2024
1 parent 64a2d00 commit b6152ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It is a great solution for communities and companies wanting to privately host t
### Docker Compose
If you need both the mongo and Rocket.Chat containers, use a docker compose one-liner:

docker-compose up -d
docker compose up -d

Which will run both containers, with Rocket.Chat listening on http://localhost:3000
Then, access it via `http://localhost:3000` in a browser. Replace `localhost` in `ROOT_URL` with your own domain name if you are hosting at your own domain.
Expand Down

0 comments on commit b6152ef

Please sign in to comment.