8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
10 lines
168 B
Text
10 lines
168 B
Text
/var/lib/docker/containers/*/*-json.log {
|
|
rotate 5
|
|
copytruncate
|
|
missingok
|
|
notifempty
|
|
compress
|
|
maxsize 10M
|
|
daily
|
|
create 0644 root root
|
|
}
|