Skip to content

Commit b2faf27

Browse files
committed
add logrotate file
1 parent 0911d77 commit b2faf27

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docker/phplist-logrotate

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/var/log/phplist.log
2+
/var/log/phplist-bounces.log
3+
{
4+
rotate 7
5+
daily
6+
missingok
7+
notifempty
8+
compress
9+
delaycompress
10+
}

0 commit comments

Comments
 (0)