Skip to content
Explore
Explore GitHub
Learn and contribute
Topics
Trending
Skills
Open source guides
Connect with others
Events
Community forum
GitHub Education
GitHub Stars program
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this organization
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
{{ message }}
docker
/
grouper_training
Public
Notifications
Fork
0
Star
2
Code
Issues
4
Pull requests
0
Actions
Projects
1
Wiki
Security
Insights
More
Code
Issues
Pull requests
Actions
Projects
Wiki
Security
Insights
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
rabbitmq start script
Loading branch information
wgthom
committed
May 30, 2019
1 parent
7b7bb06
commit
28938346d29e1320923af2f97f38bc728d40157c
Showing
1 changed file
with
3 additions
and
0 deletions
.
Split
Unified
There are no files selected for viewing
3
start-rabbitmq.sh
Show comments
View file
Edit file
Delete file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
@@ -0,0 +1,3 @@
#!
/bin/bash
docker run -d -p 15672:15672 --env RABBITMQ_NODENAME=docker-rabbit --hostname rabbitmq --name=rabbitmq rabbitmq:management
Toggle all file notes
Toggle all file annotations
0 comments on commit
2893834
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.