Skip to content

Instantly share code, notes, and snippets.

@jbfarez
Created May 29, 2018 19:33
Show Gist options
  • Save jbfarez/df195bf9ff456b652dfbb7ad1b18a4bc to your computer and use it in GitHub Desktop.
Save jbfarez/df195bf9ff456b652dfbb7ad1b18a4bc to your computer and use it in GitHub Desktop.
Logrotate
/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