Skip to content

Commit 38d07db

Browse files
committed
Fix Docker command in readme
1 parent 479cd1c commit 38d07db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To build the JAR file:
5353
Launch the broker:
5454

5555
----
56-
docker run -it --rm --network host pivotalrabbitmq/rabbitmq-stream
56+
docker run -it --rm --name rabbitmq --network host pivotalrabbitmq/rabbitmq-stream
5757
----
5858

5959
Launch the tests:

0 commit comments

Comments
 (0)