mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
docs: correct docker compose logs command (#4189)
This commit is contained in:
@ -96,7 +96,7 @@ docker compose -f etc/docker-compose.yml -f etc/lighthouse.yml up -d
|
|||||||
To check if Reth is running correctly, run:
|
To check if Reth is running correctly, run:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
docker compose logs -f reth
|
docker compose -f etc/docker-compose.yml -f etc/lighthouse.yml logs -f reth
|
||||||
```
|
```
|
||||||
|
|
||||||
The default `docker-compose.yml` file will create three containers:
|
The default `docker-compose.yml` file will create three containers:
|
||||||
@ -124,4 +124,4 @@ docker exec -it reth bash
|
|||||||
|
|
||||||
**If Reth is running with Docker Compose, replace `reth` with `reth-reth-1` in the above command**
|
**If Reth is running with Docker Compose, replace `reth` with `reth-reth-1` in the above command**
|
||||||
|
|
||||||
Refer to the [CLI docs](../cli/cli.md) to interact with Reth once inside the Reth container.
|
Refer to the [CLI docs](../cli/cli.md) to interact with Reth once inside the Reth container.
|
||||||
|
|||||||
Reference in New Issue
Block a user