diff --git a/docker/DOCKER.md b/docker/DOCKER.md index 7c53d00de..dcf642501 100644 --- a/docker/DOCKER.md +++ b/docker/DOCKER.md @@ -39,7 +39,7 @@ BRK runs as a single container that includes both the blockchain processor and A - Simplifies deployment and monitoring - Uses a single shared data directory -The container runs the BRK binary with `--services all` to enable both processor and server functionality. +The container runs the BRK binary which provides both processor and server functionality. ```bash # Start BRK diff --git a/docker/docker-compose.yml b/docker/docker-compose.yml index 6fa3b79af..aa2b01633 100644 --- a/docker/docker-compose.yml +++ b/docker/docker-compose.yml @@ -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