From 2cabb73af2ff51d9c6443bfbb7474e004530f402 Mon Sep 17 00:00:00 2001 From: Docker Library Bot Date: Fri, 17 Jun 2016 14:46:20 -0700 Subject: [PATCH] Run update.sh --- rabbitmq/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 128819b9..4233c804 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -96,7 +96,7 @@ You can then go to `http://localhost:8080` or `http://host-ip:8080` in a browser ## Setting default vhost -If you wish to change the default vhost, you can do so wiht the `RABBITMQ_DEFAULT_VHOST` environmental variables: +If you wish to change the default vhost, you can do so with the `RABBITMQ_DEFAULT_VHOST` environmental variables: ```console $ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_VHOST=my_vhost rabbitmq:3-management