Open anirudhra opened 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"
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: