fix
This commit is contained in:
@@ -110,7 +110,7 @@ services:
|
|||||||
- 16917:16917/udp
|
- 16917:16917/udp
|
||||||
expose:
|
expose:
|
||||||
- 3500
|
- 3500
|
||||||
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=hoodi --trusted-node-url= --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
entrypoint: /bin/sh -c '/home/user/nimbus-eth2/build/nimbus_beacon_node trustedNodeSync --network=hoodi --trusted-node-url=https://hoodi.beaconstate.info --backfill=false; exec /home/user/nimbus-eth2/build/nimbus_beacon_node "$@"' --
|
||||||
command:
|
command:
|
||||||
- --history=prune
|
- --history=prune
|
||||||
- --jwt-secret=/jwtsecret
|
- --jwt-secret=/jwtsecret
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ services:
|
|||||||
command:
|
command:
|
||||||
- --accept-terms-of-use
|
- --accept-terms-of-use
|
||||||
- --beacon-db-pruning
|
- --beacon-db-pruning
|
||||||
- --checkpoint-sync-url=
|
- --checkpoint-sync-url=https://hoodi.beaconstate.info
|
||||||
- --datadir=/data
|
- --datadir=/data
|
||||||
- --enable-historical-state-representation=false
|
- --enable-historical-state-representation=false
|
||||||
- --execution-endpoint=http://ethereum-hoodi-geth:8551
|
- --execution-endpoint=http://ethereum-hoodi-geth:8551
|
||||||
|
|||||||
Reference in New Issue
Block a user