diff --git a/docker-compose.yml b/docker-compose.yml index 81d0299..d523be9 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -31,7 +31,7 @@ x-pg-exporter-env: &pg_exp_env # Services definitions services: go-waku: - image: ${GO_WAKU_IMAGE:-wakuorg/go-waku:v0.9.0} + image: ${GO_WAKU_IMAGE:-harbor.status.im/wakuorg/go-waku:latest} restart: on-failure ports: - 30304:30304/tcp diff --git a/run_node.sh b/run_node.sh index 8c99318..05eb119 100644 --- a/run_node.sh +++ b/run_node.sh @@ -86,7 +86,7 @@ exec /usr/bin/waku\ --metrics-server-port=8003\ --metrics-server-address=0.0.0.0\ --rest=true\ - --rest-admin=false\ + --rest-admin=true\ --rest-address=0.0.0.0\ --rest-port=8645\ --nat=extip:"${MY_EXT_IP}"\