mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-11-23 01:45:12 +00:00
11 lines
168 B
Plaintext
11 lines
168 B
Plaintext
/var/lib/docker/containers/*/*-json.log {
|
|
rotate 5
|
|
copytruncate
|
|
missingok
|
|
notifempty
|
|
compress
|
|
maxsize 10M
|
|
daily
|
|
create 0644 root root
|
|
}
|