Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 258 Bytes

File metadata and controls

15 lines (11 loc) · 258 Bytes

Messaging server

Prepare a messaging server. Start a messaging server using Docker Compose.

docker compose up -d

If you want to check the logs of the messaging server, use the following command.

docker compose logs -f messaging