fix: resolve logrotate permission issues in maintenance container

This commit is contained in:
Scott Idem
2026-04-03 17:10:22 -04:00
parent 3c6b67b149
commit d1ed06a4c4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
55 * * * * bash /scripts/backup_internal.sh >> /logs/backup_cron.log 2>&1
0 0 * * * /usr/sbin/logrotate /etc/logrotate.conf
0 0 * * * /usr/sbin/logrotate /etc/logrotate.internal.conf

View File

@@ -1,7 +1,7 @@
# Logrotate configuration for Aether Docker Logs (Internal container version)
/logs/*/*.log
/logs/web/*/*.log {
/logs/*/*.log /logs/web/*/*.log {
su aether aether
daily
rotate 7
missingok