1
0

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>
This commit is contained in:
macintoshhelper
2025-10-11 18:58:02 +04:00
committed by GitHub
parent 6932fd11c4
commit da970dad91
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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: