docs: update docker compose commands in README
The commands were updated to use the newer 'docker compose' syntax instead of the deprecated 'docker-compose' form.
This commit is contained in:
@@ -78,13 +78,13 @@ Replace with your actual values:
|
|||||||
3. Start the containers with Docker Compose:
|
3. Start the containers with Docker Compose:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose up -d
|
docker compose up -d
|
||||||
```
|
```
|
||||||
|
|
||||||
4. Check the logs to verify that ElectrumX started correctly:
|
4. Check the logs to verify that ElectrumX started correctly:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker-compose logs -f
|
docker compose logs -f
|
||||||
```
|
```
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user