added logrotate and crond entrypoint
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
8
docker/logrotate-cron
Normal file
8
docker/logrotate-cron
Normal file
@@ -0,0 +1,8 @@
|
||||
/var/log/cron.log {
|
||||
rotate 4
|
||||
compress
|
||||
delaycompress
|
||||
missingok
|
||||
notifempty
|
||||
sharedscripts
|
||||
}
|
||||
Reference in New Issue
Block a user