Created
April 29, 2023 10:48
-
-
Save EvilFreelancer/f0178d47ea3b8d64446bd92a89bedb8a to your computer and use it in GitHub Desktop.
Ротация логов
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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