diff --git a/README.md b/README.md index 927a1aac7..3bbfed9ea 100644 --- a/README.md +++ b/README.md @@ -38,11 +38,12 @@ nix develop #### Docker ``` docker run -i -t -p 60000:60000 -p 9000:9000/udp \ - wakuorg/go-waku:latest \ # or, the image:tag of your choice - --dns-discovery:true \ - --dns-discovery-url:enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im \ + wakuorg/go-waku:latest \ + --dns-discovery \ + --dns-discovery-url enrtree://ANEDLO25QVUGJOUTQFRYKWX6P4Z4GKVESBMHML7DZ6YK4LGS5FC5O@prod.wakuv2.nodes.status.im \ --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: