adapt role: the image should not be run as root, but with user with id 82.
This commit is contained in:
@@ -1,26 +1,17 @@
|
||||
/var/log/chill/default-*.log {
|
||||
/var/log/chill/*.log {
|
||||
su php-fpm php-fpm
|
||||
rotate 90
|
||||
daily
|
||||
compress
|
||||
missingok
|
||||
notifempty
|
||||
copytruncate
|
||||
rotate 90
|
||||
}
|
||||
|
||||
/var/log/chill/privacy-*.log {
|
||||
su php-fpm php-fpm
|
||||
rotate 180
|
||||
daily
|
||||
compress
|
||||
missingok
|
||||
notifempty
|
||||
}
|
||||
|
||||
/var/log/chill/notifier-*.log {
|
||||
su php-fpm php-fpm
|
||||
rotate 800
|
||||
daily
|
||||
compress
|
||||
missingok
|
||||
notifempty
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user