correct typos in README.md

This commit is contained in:
dev random 2023-09-18 18:37:45 +00:00
parent 93884e15b4
commit f8ac3be2d8

View File

@ -3,14 +3,14 @@
## Volume Creation
```
docker container create bitcoin_data
docker container create lightning_data
docker volume create bitcoin_data
docker volume create lightning_data
```
## Docker Compose Run
```
docker compoe -f docker-compose.yml up --build
docker compose up --build
```
### References