waku-org / nwaku-compose

Deployment docker-compose files to deploy an nwaku node
13 stars 19 forks source link

fix: correcting readme logs flag #14

Closed gabrielmer closed 10 months ago

gabrielmer commented 11 months ago

The example command docker-compose logs <service> -f works on my local machine and added it to the readme based on that behavior.

However, when using a different machine I got an error, probably due to a different docker-compose version. Updating the command to docker-compose logs -f <service> which is the correct syntax by the documentation.