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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user