mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-02-25 12:45:37 +00:00
add --compatibility to accept cpu/mem limits
For more details see: https://github.com/status-im/infra-nimbus/issues/12
This commit is contained in:
parent
46e395c647
commit
9fb1fd4a5c
@ -103,7 +103,7 @@ of restart_nodes:
|
||||
echo &"ssh {n.server} docker pull -q statusteam/nimbus_beacon_node:{conf.network}"
|
||||
# docker-compose will rebuild the container if it detects a newer image.
|
||||
# Prints: "Recreating beacon-node-testnet1-1 ... done".
|
||||
echo &"ssh {n.server} 'cd /docker/{n.container} && docker-compose up -d'"
|
||||
echo &"ssh {n.server} 'cd /docker/{n.container} && docker-compose --compatibility up -d'"
|
||||
|
||||
of reset_network:
|
||||
for n, firstValidator, lastValidator in validatorAssignments():
|
||||
|
Loading…
x
Reference in New Issue
Block a user