Skip to content

Instantly share code, notes, and snippets.

@kramarama
Created December 13, 2014 13:47
Show Gist options
  • Save kramarama/2f381d923a7440634cf9 to your computer and use it in GitHub Desktop.
Save kramarama/2f381d923a7440634cf9 to your computer and use it in GitHub Desktop.
docker logrotate
/var/lib/docker/containers/*/*.log {
rotate 7
daily
compress
delaycompress
copytruncate
sharedscripts
postrotate
/usr/bin/docker restart forwarder
endscript
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment