From da970dad9145dd24c9f44dc7c887f7735acf4428 Mon Sep 17 00:00:00 2001 From: macintoshhelper Date: Sat, 11 Oct 2025 18:58:02 +0400 Subject: [PATCH] Correct BTCPAY_ZEC_WALLET_DAEMON_CONFIG_PATH (#1019) * correct BTCPAY_ZEC_WALLET_DAEMON_CONFIG_PATH * fix typo --------- Co-authored-by: macintoshhelper <6757532+macintoshhelper@users.noreply.github.com> --- docker-compose-generator/docker-fragments/zcash-fullnode.yml | 2 +- docker-compose-generator/docker-fragments/zcash.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose-generator/docker-fragments/zcash-fullnode.yml b/docker-compose-generator/docker-fragments/zcash-fullnode.yml index 4d82ade..e45a1b9 100644 --- a/docker-compose-generator/docker-fragments/zcash-fullnode.yml +++ b/docker-compose-generator/docker-fragments/zcash-fullnode.yml @@ -17,7 +17,7 @@ services: BTCPAY_ZEC_DAEMON_URI: http://zcash_walletd:8000 BTCPAY_ZEC_WALLET_DAEMON_URI: http://zcash_walletd:8000 BTCPAY_ZEC_WALLET_DAEMON_WALLETDIR: /root/zec_wallet - BTCPAY_ZEC_WALLET_DAEMON_CONFIG_PATH: /data/config2.json + BTCPAY_ZEC_WALLET_DAEMON_CONFIG_PATH: /root/zec_wallet/config2.json volumes: - "zec_wallet:/root/zec_wallet" diff --git a/docker-compose-generator/docker-fragments/zcash.yml b/docker-compose-generator/docker-fragments/zcash.yml index cd854a9..d691233 100644 --- a/docker-compose-generator/docker-fragments/zcash.yml +++ b/docker-compose-generator/docker-fragments/zcash.yml @@ -18,7 +18,7 @@ services: BTCPAY_ZEC_DAEMON_URI: http://zcash_walletd:8000 BTCPAY_ZEC_WALLET_DAEMON_URI: http://zcash_walletd:8000 BTCPAY_ZEC_WALLET_DAEMON_WALLETDIR: /root/zec_wallet - BTCPAY_ZEC_WALLET_DAEMON_CONFIG_PATH: /data/config2.json + BTCPAY_ZEC_WALLET_DAEMON_CONFIG_PATH: /root/zec_wallet/config2.json volumes: - "zec_wallet:/root/zec_wallet" volumes: