Skip to content

Commit 16cb9d8

Browse files
committed
use mix specific image and enable mix
1 parent 487c992 commit 16cb9d8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ x-pg-exporter-env: &pg_exp_env
2525
# Services definitions
2626
services:
2727
nwaku:
28-
image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.36.0}
28+
image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:mixpoc}
2929
restart: on-failure
3030
ports:
3131
- 30304:30304/tcp

run_node.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ fi
111111
exec /usr/bin/wakunode\
112112
--relay=true\
113113
--filter=true\
114+
--mix=true\
114115
--peer-exchange=true\
115116
${LIGHTPUSH}\
116117
--keep-alive=true\

0 commit comments

Comments
 (0)