diff --git a/book/installation/docker.md b/book/installation/docker.md index 44cd71156..422e69203 100644 --- a/book/installation/docker.md +++ b/book/installation/docker.md @@ -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. \ No newline at end of file +Refer to the [CLI docs](../cli/cli.md) to interact with Reth once inside the Reth container.