logrotate support

This commit is contained in:
bunkerity
2020-08-30 21:40:13 +02:00
parent f30a06d943
commit 1aa1dcf50d
7 changed files with 58 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY misc/*.mmdb /etc/nginx/geoip.mmdb
COPY fail2ban/ /opt/fail2ban
COPY logs/ /opt/logs
RUN apk --no-cache add php7-fpm certbot libstdc++ libmaxminddb geoip pcre yajl fail2ban clamav apache2-utils && \
chmod +x /opt/entrypoint.sh /opt/scripts/* && \