Added caching / avoid orphans mechanisms

This commit is contained in:
Alexey Pustovalov
2024-02-20 17:24:36 +09:00
committed by Alexey Pustovalov
parent 98540bb254
commit 1719d95d05
94 changed files with 242 additions and 2272 deletions

View File

@ -100,8 +100,7 @@ RUN set -eux && \
chmod -R g=u /etc/zabbix/ /usr/share/zabbix/include/defines.inc.php /usr/share/zabbix/modules/ && \
chown --quiet -R zabbix:root /etc/apache2/ /etc/php7/ && \
chgrp -R 0 /etc/apache2/ /etc/php7/ && \
chmod -R g=u /etc/apache2/ /etc/php7/ && \
rm -rf /var/cache/apk/*
chmod -R g=u /etc/apache2/ /etc/php7/
EXPOSE 8080/TCP 8443/TCP