k3s/cluster/saltbase/salt/logrotate/docker

11 lines
168 B
Plaintext

/var/lib/docker/containers/*/*-json.log {
rotate 5
copytruncate
missingok
notifempty
compress
maxsize 10M
daily
create 0644 root root
}