correct typos in README.md
This commit is contained in:
parent
93884e15b4
commit
f8ac3be2d8
@ -3,14 +3,14 @@
|
|||||||
## Volume Creation
|
## Volume Creation
|
||||||
|
|
||||||
```
|
```
|
||||||
docker container create bitcoin_data
|
docker volume create bitcoin_data
|
||||||
docker container create lightning_data
|
docker volume create lightning_data
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker Compose Run
|
## Docker Compose Run
|
||||||
|
|
||||||
```
|
```
|
||||||
docker compoe -f docker-compose.yml up --build
|
docker compose up --build
|
||||||
```
|
```
|
||||||
|
|
||||||
### References
|
### References
|
||||||
@ -18,4 +18,4 @@ docker compoe -f docker-compose.yml up --build
|
|||||||
- [bitcoind](https://github.com/ruimarinho/docker-bitcoin-core/blob/master/23/alpine/Dockerfile) by @ruimarinho
|
- [bitcoind](https://github.com/ruimarinho/docker-bitcoin-core/blob/master/23/alpine/Dockerfile) by @ruimarinho
|
||||||
- [lightningd with clboss](https://github.com/tsjk/docker-core-lightning/blob/main/Dockerfile) by @tsjk
|
- [lightningd with clboss](https://github.com/tsjk/docker-core-lightning/blob/main/Dockerfile) by @tsjk
|
||||||
- [elements lightning](https://github.com/ElementsProject/lightning/blob/master/contrib/docker/Dockerfile.alpine) by @ElementsProject
|
- [elements lightning](https://github.com/ElementsProject/lightning/blob/master/contrib/docker/Dockerfile.alpine) by @ElementsProject
|
||||||
- [docker compose](https://github.com/LukasBahrenberg/lightning-dockercompose/blob/master/docker-compose.yaml) by @LukasBahrenberg
|
- [docker compose](https://github.com/LukasBahrenberg/lightning-dockercompose/blob/master/docker-compose.yaml) by @LukasBahrenberg
|
||||||
|
Loading…
x
Reference in New Issue
Block a user