init
This commit is contained in:
21
docker-compose-main/pihole/etc-pihole/logrotate
Normal file
21
docker-compose-main/pihole/etc-pihole/logrotate
Normal file
@@ -0,0 +1,21 @@
|
||||
/var/log/pihole/pihole.log {
|
||||
su root root
|
||||
daily
|
||||
copytruncate
|
||||
rotate 5
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
||||
|
||||
/var/log/pihole/FTL.log {
|
||||
su root root
|
||||
weekly
|
||||
copytruncate
|
||||
rotate 3
|
||||
compress
|
||||
delaycompress
|
||||
notifempty
|
||||
nomail
|
||||
}
|
||||
Reference in New Issue
Block a user