aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Christopher Baklid <[email protected]>2018-05-31 16:58:03 +0200
committerGravatar Christopher Baklid <[email protected]>2018-05-31 16:58:03 +0200
commitfce689a3b4c27f3e554e0d573fb4f82f674526e3 (patch)
tree72a920c14297215b563f92bd0ef291ebc9219b0d /README.md
parentchange testing user and password to guest (diff)
update readme [ci skip]
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 353d65d..d4a9812 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ pipenv sync --dev
Start a rabbitmq instance and get the container IP
```bash
-docker run -d --name rmq -p 15672:15672 -e RABBITMQ_DEFAULT_USER=rabbits -e RABBITMQ_DEFAULT_PASS=rabbits pythondiscord/rmq:latest
+docker run -d --name rmq -p 15672:15672 -e RABBITMQ_DEFAULT_USER=guest -e RABBITMQ_DEFAULT_PASS=guest pythondiscord/rmq:latest
docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' rmq
# expected output with default setting: 172.17.0.2
# If not, change the config.py file to match