From a91b5c3ca53c1150adb95df89b1ef15cc6784ee5 Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Mon, 1 Feb 2021 09:02:59 -0800 Subject: [PATCH] docker compose eth keys --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8ca202e4..b713752c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -35,7 +35,7 @@ services: - 8546 - 30303 volumes: - - keys:/root/keys # stores the signing key locally + - ./apps/bloxbergValidatorSetup/keys:/root/keys # stores the signing key locally - bloxberg-data:/root/.local/share/io.parity.ethereum/chains/Bloxberg/db/ # See contents of /initdb/create_db.sql for app user, password and databases