Skip to content

Commit

Permalink
Merge pull request #25 from PinoutLTD/dev
Browse files Browse the repository at this point in the history
upd readme
  • Loading branch information
tubleronchik authored May 21, 2024
2 parents 0ae6423 + 9671ff9 commit 97a16be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Launch:

To enable access to the WebSocket server from another application, it is essential to establish a port mapping between the host and the container. While not mandatory, it is advisable to align the port numbers in the container and on the host.
```
docker run --name libp2p-proxy --detach -p 127.0.0.1:8888:8888 -p 127.0.0.1:9999:9999 proxy:v0.0.1
docker run --name libp2p-proxy --detach -p 127.0.0.1:8888:8888 -p 127.0.0.1:9999:9999 ghcr.io/pinoutltd/libp2p-ws-proxy:latest
```

To see logs:
```
docker run --name libp2p-proxy --detach -p 127.0.0.1:8888:8888 -p 127.0.0.1:9999:9999 ghcr.io/pinoutltd/libp2p-ws-proxy:latest
docker logs -f libp2p-proxy
```

To stop the container:
Expand Down

0 comments on commit 97a16be

Please sign in to comment.