Update nwaku-compose docs (#1899)

This commit is contained in:
Alvaro Revuelta 2023-08-09 13:10:31 +02:00 committed by GitHub
parent 03363f1bd8
commit 127996f42a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -40,12 +40,11 @@ docker run -i -t -p 60000:60000 -p 9000:9000/udp \
*Prerequisites: `docker` and `docker-compose`*. *Prerequisites: `docker` and `docker-compose`*.
Allows to run `nwaku` with `prometheus` and `grafana`, with an already provisioned dashboard, in a few simple steps. Allows to run `nwaku` with `prometheus` and `grafana`, with an already provisioned dashboard, in a few simple steps.
See [nwaku-compose](https://github.com/alrevuelta/nwaku-compose). See [nwaku-compose](https://github.com/waku-org/nwaku-compose).
```bash ```bash
git clone https://github.com/alrevuelta/nwaku-compose.git git clone https://github.com/waku-org/nwaku-compose
cd nwaku-compose cd nwaku-compose
export MY_EXT_IP=$(dig TXT +short o-o.myaddr.l.google.com @ns1.google.com | awk -F'"' '{ print $2}')
docker-compose up -d docker-compose up -d
``` ```