mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-02 05:59:18 +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
|
|
}
|