Currently, ADVANCED.md says:
For real-time logs of the 'nwaku' service, use the following command:
docker-compose logs -f nwaku
In general, to view logs of any service running on Docker Compose, execute:
docker-compose logs -f
To identify different services currently running, refer to the "SERVICE" column displayed when executing:
docker-compose ps
Should it instead be docker compose logs -f nwaku etc?