From 63af24488e15cc7a1c7bf6ba26d766a41ca74474 Mon Sep 17 00:00:00 2001 From: kaichaosun Date: Fri, 17 Nov 2023 16:58:25 +0800 Subject: [PATCH] docs: fix docker run instruction --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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: