mirror of
https://github.com/linuxserver/docker-swag.git
synced 2025-07-27 16:45:21 -04:00
Rebase to Alpine 3.19 with php 8.3, add root periodic crontabs for logrotate
Signed-off-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
bf6ab14281
commit
bc31b51afb
5 changed files with 79 additions and 71 deletions
|
@ -1,2 +1,8 @@
|
|||
# min hour day month weekday command
|
||||
*/15 * * * * run-parts /etc/periodic/15min
|
||||
0 * * * * run-parts /etc/periodic/hourly
|
||||
0 2 * * * run-parts /etc/periodic/daily
|
||||
0 3 * * 6 run-parts /etc/periodic/weekly
|
||||
0 5 1 * * run-parts /etc/periodic/monthly
|
||||
|
||||
8 2 * * * /app/le-renew.sh >> /config/log/letsencrypt/letsencrypt.log 2>&1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue