Merge pull request #14 from waku-org/fix-correcting-readme-logs-flag

fix: correcting readme logs flag
This commit is contained in:
gabrielmer 2023-10-26 14:32:01 +03:00 committed by GitHub
commit 32b5335dc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -49,13 +49,13 @@ To check the status of the node, visit [http://localhost:8003/health](http://loc
For real-time logs of the 'nwaku' service, use the following command:
```console
docker-compose logs nwaku -f
docker-compose logs -f nwaku
```
In general, to view logs of any service running on Docker Compose, execute:
```console
docker-compose logs <service> -f
docker-compose logs -f <service>
```
To identify different services currently running, refer to the "SERVICE" column displayed when executing: