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 640045b commit 29f7264Copy full SHA for 29f7264
docker-compose.yml
@@ -34,7 +34,7 @@ services:
34
- simulation
35
36
contract-repo-deployer:
37
- image: node:hydrogen-bullseye
+ image: node:hydrogen-bookworm
38
labels:
39
com.centurylinklabs.watchtower.enable: '${WATCHTOWER_ENABLED:-false}'
40
environment:
run_bootstrap.sh
@@ -7,6 +7,7 @@ echo "I am a bootstrap node"
7
exec /usr/bin/wakunode\
8
--relay=false\
9
--rest=true\
10
+ --rest-admin=true\
11
--rest-address=0.0.0.0\
12
--max-connections=300\
13
--dns-discovery=true\
0 commit comments