-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
52f5682
commit 20a7a28
Showing
1 changed file
with
10 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# GitHub-NServiceBus-6397-Repro | ||
|
||
Attempted a repro for [NServiceBus issue 6397](https://github.com/Particular/NServiceBus/issues/6397). | ||
|
||
## MongoDB container | ||
|
||
`docker run -d -p 27017:27017 --name TestMongoDB mongo:latest --replSet tr0` | ||
|
||
`docker exec -it TestMongoDB mongo --eval 'rs.initiate()'` | ||
|
||
## RabbitMQ container | ||
|
||
`docker run -d --hostname my-rabbit --name my-rabbit -p 5672:5672 -p 15672:15672 rabbitmq:3-management` |