Skip to content

Instantly share code, notes, and snippets.

@yolabingo
Last active January 7, 2022 04:05
Show Gist options
  • Save yolabingo/c6439c25493d02d90b967247b2a75cf2 to your computer and use it in GitHub Desktop.
Save yolabingo/c6439c25493d02d90b967247b2a75cf2 to your computer and use it in GitHub Desktop.
docker-compose log file max size
   logging:
     driver: "json-file"
     options:
         max-file: "20"
         max-size: "100m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment