block country and various fixes

This commit is contained in:
bunkerity
2020-03-30 22:10:53 +02:00
parent ecf2de8b72
commit 69ac95b29e
10 changed files with 36 additions and 36 deletions

View File

@@ -8,7 +8,7 @@ RUN chmod +x /tmp/compile.sh && \
COPY entrypoint.sh /opt/entrypoint.sh
COPY confs/ /opt/confs
COPY scripts/ /opt/scripts
COPY misc/GeoLite2-Country.mmdb /etc/nginx/geoip.mmdb
COPY misc/*.mmdb /etc/nginx/geoip.mmdb
RUN apk --no-cache add php7-fpm certbot libstdc++ libmaxminddb geoip pcre yajl && \
chmod +x /opt/entrypoint.sh /opt/scripts/* && \