Remove services from docker

This commit is contained in:
deadmanoz
2025-07-04 16:37:39 +08:00
parent f89276d7b8
commit 5de9757d46
2 changed files with 1 additions and 3 deletions

View File

@@ -52,8 +52,6 @@ services:
- "${BTC_RPC_USER:-bitcoin}"
- --rpcpassword
- "${BTC_RPC_PASSWORD:-bitcoin}"
- --services
- all
healthcheck:
test: ["CMD", "sh", "-c", "pgrep -f brk && nc -z localhost 3110"]
interval: 30s