From 9fb1fd4a5cdea6bfbd0eee537e8cb499384df087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 26 Mar 2020 19:07:19 +0100 Subject: [PATCH] add --compatibility to accept cpu/mem limits For more details see: https://github.com/status-im/infra-nimbus/issues/12 --- docker/manage_testnet_hosts.nims | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/manage_testnet_hosts.nims b/docker/manage_testnet_hosts.nims index 6130c153d..8418b2059 100644 --- a/docker/manage_testnet_hosts.nims +++ b/docker/manage_testnet_hosts.nims @@ -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():