add -f
flags to single-node section
This commit is contained in:
parent
6ce34eecd7
commit
22a3e0293a
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user