btcpayserver containers does not have to restart if nbxplorer goes down

This commit is contained in:
nicolas.dorier
2018-12-20 13:40:59 +09:00
parent f0ac6d2106
commit 5f09e53e4d

View File

@@ -18,7 +18,6 @@ services:
BTCPAY_SSHKEYFILE: ${BTCPAY_SSHKEYFILE}
BTCPAY_DEBUGLOG: btcpay.log
links:
- nbxplorer
- postgres
volumes:
- "btcpay_datadir:/datadir"