672 B
672 B
VLS Containers
Volume Creation
docker volume create bitcoin_data
docker volume create lightning_data
Docker Compose Run
docker compose up --build
References
- bitcoind by @ruimarinho
- lightningd with clboss by @tsjk
- elements lightning by @ElementsProject
- docker compose by @LukasBahrenberg