diff --git a/docs/with-docker.md b/docs/with-docker.md index 9896b4e..476c0a0 100644 --- a/docs/with-docker.md +++ b/docs/with-docker.md @@ -14,7 +14,7 @@ docker volume create ssb ## Run ``` -docker run --mount source=ssb,target=/home/node/.ssb --publish 127.0.0.0:3000:3000 --rm oasis +docker run --mount source=ssb,target=/home/node/.ssb --publish 127.0.0.1:3000:3000 --rm oasis ``` You should now be able to open http://localhost:3000 in your browser.