Merge pull request #647 from asymmetric/patch-1
docs: Fix Docker port mapping
This commit is contained in:
commit
8edb4db4e5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user