diff --git a/docker-compose.yml b/docker-compose.yml index 8e4ba1f..4ad085a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ x-pg-exporter-env: &pg_exp_env # Services definitions services: nwaku: - image: ${NWAKU_IMAGE:-wakuorg/nwaku:v0.36.0} + image: ${NWAKU_IMAGE:-harbor.status.im/wakuorg/nwaku:mixpoc} restart: on-failure ports: - 30304:30304/tcp diff --git a/run_node.sh b/run_node.sh index be8f164..176004b 100755 --- a/run_node.sh +++ b/run_node.sh @@ -111,6 +111,7 @@ fi exec /usr/bin/wakunode\ --relay=true\ --filter=true\ + --mix=true\ --peer-exchange=true\ ${LIGHTPUSH}\ --keep-alive=true\