Created
May 29, 2018 19:33
-
-
Save jbfarez/df195bf9ff456b652dfbb7ad1b18a4bc to your computer and use it in GitHub Desktop.
Logrotate
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
/var/lib/docker/containers/*/*.log { | |
rotate 3 | |
daily | |
compress | |
size=10M | |
missingok | |
delaycompress | |
copytruncate | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment