Skip to content

Instantly share code, notes, and snippets.

@EvilFreelancer
Created April 29, 2023 10:48
Show Gist options
  • Select an option

  • Save EvilFreelancer/f0178d47ea3b8d64446bd92a89bedb8a to your computer and use it in GitHub Desktop.

Select an option

Save EvilFreelancer/f0178d47ea3b8d64446bd92a89bedb8a to your computer and use it in GitHub Desktop.
Ротация логов
services:
web:
image: web-image
logging:
driver: json-file
options:
max-size: "10m"
max-file: "3"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment