add -f flags to single-node section

This commit is contained in:
dev random 2024-03-28 12:06:45 +00:00
parent 6ce34eecd7
commit 22a3e0293a

View File

@ -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. 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 ```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. Above command will run `bitcoind`, `lightningd` and `txood` services on a single node.