diff --git a/README.md b/README.md index 1fc962a..589e612 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ __Note__: Even while using `testnet` running using the override is recommended a To run a single node without `vls` service we can use the same `docker-compose.yml` file in the main directory by just removing the `profile` flag `vls` from all commands. ```bash -docker compose up --build +docker compose -f docker-compose.yml -f $DOCKER_COMPOSE_OVERRIDE up --build ``` Above command will run `bitcoind`, `lightningd` and `txood` services on a single node.