remvze / moodist

🌲 Ambient sounds for focus and calm.
https://moodist.mvze.net
MIT License
1.03k stars 64 forks source link

docker-compose.yml update for log driver error #41

Open anirudhra opened 2 months ago

anirudhra commented 2 months ago

Some docker installations don't have default logging driver setup. Adding the following driver line under logging section to docker compose file will make the file work on all installations:

logging:
  driver: "json-file"