From 4f118cbbe1ed7546bce31eec8d2da74a63a566a2 Mon Sep 17 00:00:00 2001 From: Bjerg Date: Thu, 24 Aug 2023 17:34:44 +0200 Subject: [PATCH] docs: correct `docker compose logs` command (#4189) --- book/installation/docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.