diff options
| author | 2018-06-03 10:22:46 +0200 | |
|---|---|---|
| committer | 2018-06-03 10:22:46 +0200 | |
| commit | 8dd23755ccb7d83d5d0762e18a266eae2769cbba (patch) | |
| tree | e4ea3b54d8b651fdd407d17e7245f2e4a4e5464a /README.md | |
| parent | lint (diff) | |
consistent naming conventions, update readme, hopefully fix travis test
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -95,7 +95,7 @@ rabbitmq webinterface: `http://localhost:15672` start the webserver ```bash -docker-compose up -d pdsnekboxweb +docker-compose up -d pdsnkweb netstat -plnt # tcp 0.0.0.0:5000 LISTEN ``` @@ -105,7 +105,7 @@ netstat -plnt ```bash pipenv run snekbox # for debugging # or -docker-compose up pdsnekbox # for running the container +docker-compose up pdsnk # for running the container ``` ________________________________________ |