From 097338e35841b091bc13fb059f3e97d7a33409f1 Mon Sep 17 00:00:00 2001 From: Gabriel Mermelstein Date: Thu, 19 Oct 2023 16:34:31 +0300 Subject: [PATCH] fix: correcting readme logs flag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a39201f..35f1fbc 100644 --- a/README.md +++ b/README.md @@ -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 -f +docker-compose logs -f ``` To identify different services currently running, refer to the "SERVICE" column displayed when executing: