aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index d0b565d..d94d477 100644
--- a/README.md
+++ b/README.md
@@ -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
```
________________________________________