mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-04 06:53:06 +00:00
docs: fix docker run instruction (#913)
This commit is contained in:
parent
49593fd61d
commit
e743069387
@ -38,11 +38,12 @@ nix develop
|
|||||||
#### Docker
|
#### Docker
|
||||||
```
|
```
|
||||||
docker run -i -t -p 60000:60000 -p 9000:9000/udp \
|
docker run -i -t -p 60000:60000 -p 9000:9000/udp \
|
||||||
wakuorg/go-waku:latest \ # or, the image:tag of your choice
|
wakuorg/go-waku:latest \
|
||||||
--dns-discovery:true \
|
--dns-discovery \
|
||||||
--dns-discovery-url:enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im \
|
--dns-discovery-url enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im \
|
||||||
--discv5-discovery
|
--discv5-discovery
|
||||||
```
|
```
|
||||||
|
or use the [image:tag](https://hub.docker.com/r/wakuorg/go-waku/tags) of your choice.
|
||||||
|
|
||||||
or build and run the image with:
|
or build and run the image with:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user