From 7539ccc76b5a5d425f59224a7e585718e5e9733e Mon Sep 17 00:00:00 2001 From: Greg Zaitsev Date: Tue, 21 Jul 2020 18:16:19 +0000 Subject: [PATCH] Change restart method --- --- a/deploy-testnet.sh +++ b/deploy-testnet.sh @@ -30,8 +30,12 @@ curl http://localhost:9936 -H "Content-Type:application/json;charset=utf-8" -d "@./newton_store_key_grandpa.json" ### Stop and restart nodes so that they start finalizing -docker-compose -f docker-compose-testnet.yml down -docker-compose -f docker-compose-testnet.yml up -d +docker stop nft_parachain_node_einstein_1 +docker stop nft_parachain_node_newton_1 +docker stop nft_parachain_node_bohr_1 +docker start nft_parachain_node_einstein_1 +docker start nft_parachain_node_newton_1 +docker start nft_parachain_node_bohr_1 ### Cleanup -- gitstuff