Skip to content

Commit

Permalink
remove volume
Browse files Browse the repository at this point in the history
  • Loading branch information
tubleronchik committed May 20, 2024
1 parent 5f0317d commit cae392f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ 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. So use the same port number as you did during build:

```
docker run --name libp2p-proxy --detach -p 127.0.0.1:8888:8888 -p 127.0.0.1:9999:9999 -v ${PWD}:/proxy proxy:v0.0.1
docker run --name libp2p-proxy --detach -p 127.0.0.1:8888:8888 -p 127.0.0.1:9999:9999 proxy:v0.0.1
```

To see logs:
Expand Down

0 comments on commit cae392f

Please sign in to comment.