This commit is contained in:
parent
f5abb9f427
commit
23a0e3bdab
1 changed files with 1 additions and 1 deletions
|
@ -18,9 +18,9 @@ RUN addgroup -S -g 777 ssl
|
||||||
RUN addgroup nginx ssl
|
RUN addgroup nginx ssl
|
||||||
|
|
||||||
# Databases
|
# Databases
|
||||||
RUN wget "${CRAWLERS}" -O /tmp/crawler-user-agents.json
|
|
||||||
RUN wget ${GEOIP2_DATABASE} -O - | tar -xJf - \
|
RUN wget ${GEOIP2_DATABASE} -O - | tar -xJf - \
|
||||||
&& rm usr/share/GeoIP/GeoLite2-ASN.mmdb .BUILDINFO .MTREE .PKGINFO
|
&& rm usr/share/GeoIP/GeoLite2-ASN.mmdb .BUILDINFO .MTREE .PKGINFO
|
||||||
|
RUN wget "${CRAWLERS}" -O /usr/share/nginx/crawler-user-agents.json
|
||||||
|
|
||||||
COPY ./monit.conf /etc/monit.d/nginx.conf
|
COPY ./monit.conf /etc/monit.d/nginx.conf
|
||||||
COPY ./prometheusd.sh /usr/local/bin/prometheusd
|
COPY ./prometheusd.sh /usr/local/bin/prometheusd
|
||||||
|
|
Loading…
Reference in a new issue