diff --git a/docs/guides/nwaku/run-docker-compose.md b/docs/guides/nwaku/run-docker-compose.md index 3a52ce1..ae29284 100644 --- a/docs/guides/nwaku/run-docker-compose.md +++ b/docs/guides/nwaku/run-docker-compose.md @@ -61,6 +61,12 @@ Start all processes: `nwaku` node, database for storing messages, and Grafana fo docker-compose up -d ``` +View the logs of the node to confirm that it is running correctly: + +```shell +docker-compose logs -f nwaku +``` + ## Interact with the node Visit to view your node metrics in real time.