File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ RUN \
146
146
make install && \
147
147
find /var/lib/nginx/ -type f -name '*.so*' -exec strip {} ';' && \
148
148
strip /usr/sbin/nginx && \
149
- ln -s /config/geoip2 /var/lib/GeoIP2 && \
150
149
cd .. && \
151
150
# Cleanup.
152
151
del-pkg build-dependencies && \
@@ -188,8 +187,6 @@ RUN \
188
187
bash \
189
188
# For openresty
190
189
pcre \
191
- # For GeoIP2 database update
192
- curl \
193
190
&& \
194
191
# Adjust the logrotate config file.
195
192
sed-patch 's|^/var/log/messages|#/var/log/messages|' /etc/logrotate.conf
@@ -358,9 +355,7 @@ COPY rootfs/ /
358
355
# Set environment variables.
359
356
ENV APP_NAME="Nginx Proxy Manager" \
360
357
KEEP_APP_RUNNING=1 \
361
- DISABLE_IPV6=0 \
362
- MAXMINDDB_EDITION=GeoLite2-Country \
363
- MAXMINDDB_LICENSE_KEY=
358
+ DISABLE_IPV6=0
364
359
365
360
# Define mountable directories.
366
361
VOLUME ["/config" ]
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ mkdir -p \
24
24
/config/nginx/temp \
25
25
/config/log/letsencrypt \
26
26
/config/letsencrypt-workdir \
27
- /config/geoip2 \
28
27
29
28
# Make sure to remove old logs directory symlink.
30
29
[ ! -L /config/logs ] || rm /config/logs
You can’t perform that action at this time.
0 commit comments