We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487c992 commit 16cb9d8Copy full SHA for 16cb9d8
docker-compose.yml
@@ -25,7 +25,7 @@ x-pg-exporter-env: &pg_exp_env
25
# Services definitions
26
services:
27
nwaku:
28
- image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.36.0}
+ image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:mixpoc}
29
restart: on-failure
30
ports:
31
- 30304:30304/tcp
run_node.sh
@@ -111,6 +111,7 @@ fi
111
exec /usr/bin/wakunode\
112
--relay=true\
113
--filter=true\
114
+ --mix=true\
115
--peer-exchange=true\
116
${LIGHTPUSH}\
117
--keep-alive=true\
0 commit comments