diff options
author | 2018-05-23 22:50:05 +0200 | |
---|---|---|
committer | 2018-05-23 22:50:05 +0200 | |
commit | ed314218a95a9698e36afca5aa110b7f19e8125d (patch) | |
tree | c4e7d18e87f39e51b1df774dd3b8291e7d80e05b | |
parent | update readme (diff) |
update readme
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ Start a rabbitmq instance and get the container IP docker run --name rmq -d rabbitmq:3.7.5-alpine docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' rmq # expected output with default setting: 172.17.0.2 -# If not, change the snekbox/config.py file to match +# If not, change the config.py file to match ``` start the webserver |