From af54c75a3c0318e845dda59afa5b9d1333622b76 Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Tue, 27 Jul 2021 19:35:37 -0400 Subject: [PATCH] More fixes for Prysm validator --- prysm-validator.yml | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) diff --git a/prysm-validator.yml b/prysm-validator.yml index aada8f51..cc48b1da 100644 --- a/prysm-validator.yml +++ b/prysm-validator.yml @@ -54,12 +54,10 @@ services: - ${LOG_LEVEL} - accounts - list - - --wallet-dir - - /var/lib/prysm/ + - --wallet-dir=/var/lib/prysm/ - --${NETWORK} - # If you chose not to store the wallet password during import, comment out the two following lines - - --wallet-password-file - - /var/lib/prysm/password.txt + # If you chose not to store the wallet password during import, comment out the following line + - --wallet-password-file=/var/lib/prysm/password.txt validator-import: restart: "no" image: prysm-validator:local @@ -78,10 +76,8 @@ services: - /var/lib/prysm - accounts - import - - --wallet-dir - - /var/lib/prysm/ - - --keys-dir - - /val_keys + - --wallet-dir=/var/lib/prysm/ + - --keys-dir=/val_keys - --${NETWORK} validator-exit: restart: "no" @@ -99,15 +95,11 @@ services: - /var/lib/prysm - accounts - voluntary-exit - - --wallet-dir - - /var/lib/prysm/ - - --beacon-rpc-provider - - ${CC_NODE} - - --wallet-password-file - - /var/lib/prysm/password.txt + - --wallet-dir=/var/lib/prysm/ + - --beacon-rpc-provider=${CC_NODE} + - --wallet-password-file=/var/lib/prysm/password.txt - --${NETWORK} - - --tls-cert - - /etc/ssl/certs/ca-certificates.crt + - --tls-cert=/etc/ssl/certs/ca-certificates.crt eth: image: tianon/true restart: "no"