Merge branch 'add-compose-compatibility' into devel

This commit is contained in:
Ștefan Talpalaru 2020-03-26 19:08:55 +01:00
commit e57ebba140
No known key found for this signature in database
GPG Key ID: CBF7934204F1B6F9

View File

@ -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():