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: