From 22a3e0293a17ff5ca71c1e0a4bc9bc5f8d0abd05 Mon Sep 17 00:00:00 2001 From: dev random Date: Thu, 28 Mar 2024 12:06:45 +0000 Subject: [PATCH] add `-f` flags to single-node section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.