docs: correct docker compose logs command (#4189)

This commit is contained in:
Bjerg
2023-08-24 17:34:44 +02:00
committed by GitHub
parent fea753beb2
commit 4f118cbbe1

View File

@ -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:
```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:
@ -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**
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.