Merge pull request #607 from josephfrazier/rabbitmq-fix-typo-wiht-with

Fix typo in rabbitmq: wiht -> with
This commit is contained in:
Tianon Gravi 2016-06-17 14:41:09 -07:00 committed by GitHub
commit 30c26f4756
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ You can then go to `http://localhost:8080` or `http://host-ip:8080` in a browser
## Setting default vhost ## 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 ```console
$ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_VHOST=my_vhost rabbitmq:3-management $ docker run -d --hostname my-rabbit --name some-rabbit -e RABBITMQ_DEFAULT_VHOST=my_vhost rabbitmq:3-management