added logrotate and crond entrypoint
All checks were successful
continuous-integration/drone/tag Build is passing

This commit is contained in:
2022-09-20 11:23:37 +02:00
parent a5b5857225
commit 6468a01914
2 changed files with 13 additions and 1 deletions

8
docker/logrotate-cron Normal file
View File

@@ -0,0 +1,8 @@
/var/log/cron.log {
rotate 4
compress
delaycompress
missingok
notifempty
sharedscripts
}