1
0
This commit is contained in:
nicolas.dorier
2025-09-09 22:41:08 +09:00
parent 9fe3dae48f
commit e4f5214e3e
4 changed files with 19 additions and 19 deletions

View File

@@ -4,7 +4,7 @@ services:
bitcoind:
restart: unless-stopped
container_name: btcpayserver_bitcoind
image: btcpayserver/bitcoin:27.1
image: btcpayserver/bitcoin:29.1
environment:
BITCOIN_NETWORK: ${NBITCOIN_NETWORK:-regtest}
CREATE_WALLET: "false"

View File

@@ -4,7 +4,7 @@ services:
btcpayserver:
restart: unless-stopped
container_name: generated_btcpayserver_1
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:2.2.0-1}
image: ${BTCPAY_IMAGE:-btcpayserver/btcpayserver:2.2.1}
expose:
- "49392"
environment: