Просмотр исходного кода

Merge pull request #1107 from andyfleming/patch-1

Adding note about default rabbitmq port
Tianon Gravi 8 лет назад
Родитель
Сommit
6a71cc7c98
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      rabbitmq/content.md

+ 1 - 1
rabbitmq/content.md

@@ -16,7 +16,7 @@ One of the important things to note about RabbitMQ is that it stores data based
 $ docker run -d --hostname my-rabbit --name some-rabbit %%IMAGE%%:3
 ```
 
-If you give that a minute, then do `docker logs some-rabbit`, you'll see in the output a block similar to:
+This will start a RabbitMQ container listening on the default port of 5672. If you give that a minute, then do `docker logs some-rabbit`, you'll see in the output a block similar to:
 
 	=INFO REPORT==== 6-Jul-2015::20:47:02 ===
 	node           : rabbit@my-rabbit