18 lines
249 B
Markdown
Executable File
18 lines
249 B
Markdown
Executable File
|
|
### RabbitMQ
|
|
|
|
*WEB GUI*
|
|
|
|
Path: `http://localhost:15672/`
|
|
User: rabbit
|
|
Password: 5jbya3ptfrezyop6gy8w
|
|
|
|
|
|
*docker commands*
|
|
|
|
Start: `sudo docker compose up -d`
|
|
`sudo docker start rabbitmq`
|
|
|
|
Stop: `sudo docker stop rabbitmq`
|
|
|