Skip to content

Commit 2345eb1

Browse files
committed
Fix bootnode docker-compose: correct binary path and add --no-bootnode flag
1 parent 9ae4d62 commit 2345eb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.bootnode.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,12 @@ services:
4242
# No --bootstrap = this IS the bootnode
4343
# Other validators will connect to bootnode.platform.network:9000
4444
command: >
45-
/app/validator-node
45+
/usr/local/bin/validator-node
4646
--data-dir /data
4747
--rpc-port 8080
4848
--listen /ip4/0.0.0.0/tcp/9000
4949
--netuid 100
50+
--no-bootnode
5051
--subtensor-endpoint wss://entrypoint-finney.opentensor.ai:443
5152
--epoch-length 360
5253
--sudo-key 50780547322a1ceba67ea8c552c9bc6c686f8698ac9a8cafab7cd15a1db19859

0 commit comments

Comments
 (0)