fix: logrotate-Fehler durch unsichere Permissions am logs-Verzeichnis beheben

This commit is contained in:
scriptos
2026-03-26 22:52:21 +01:00
parent 14c47bbdd7
commit 44dde46067
3 changed files with 22 additions and 2 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ RUN unzip /var/www/html/AdminServ_v2.1.1.zip -d /var/www/html \
&& rm -f /var/www/html/AdminServ_v2.1.1.zip \
&& rm -f /var/www/html/index.html \
&& mkdir -p /var/www/html/logs \
&& chmod -R 777 /var/www/html/logs \
&& chmod 755 /var/www/html/logs \
&& chmod 666 /var/www/html/config/adminlevel.cfg.php \
&& chmod 666 /var/www/html/config/servers.cfg.php \
&& chmod 666 /var/www/html/config/adminserv.cfg.php \