https://github.com/muhammadislom/rabbitmq-docker
https://github.com/muhammadislom/rabbitmq-docker
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/muhammadislom/rabbitmq-docker
- Owner: Muhammadislom
- Created: 2023-09-18T10:39:50.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-03T11:52:39.000Z (over 2 years ago)
- Last Synced: 2025-06-07T13:44:34.924Z (about 1 year ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# rabbitmq-docker
### Run command
```
docker run -d --hostname my-rabbit --name some-rabbit -p 8080:15672 rabbitmq:3-management
```