mirror of https://github.com/waku-org/nwaku.git
Update nwaku-compose docs (#1899)
This commit is contained in:
parent
03363f1bd8
commit
127996f42a
|
@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue