8 lines
135 B
Plaintext
8 lines
135 B
Plaintext
|
/var/log/docker/*.log {
|
||
|
rotate 50
|
||
|
size 200M
|
||
|
copytruncate
|
||
|
compress
|
||
|
missingok
|
||
|
nodateext
|
||
|
}
|