mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-02 16:49:48 +01:00
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
# Logrotate configuartion file for docker.
|
|
|
|
/var/log/docker/*/*.log {
|
|
rotate 100
|
|
size 10M
|
|
copytruncate
|
|
}
|