File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ARG DOCKER_IMAGE_VERSION=unknown
12
12
13
13
# Define software versions.
14
14
ARG OPENRESTY_VERSION=1.19.3.1
15
- ARG NGINX_PROXY_MANAGER_VERSION=2.9.11
15
+ ARG NGINX_PROXY_MANAGER_VERSION=2.9.12
16
16
ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
17
17
ARG LIBMAXMINDDB_VERSION=1.5.0
18
18
ARG WATCH_VERSION=0.3.1
@@ -315,9 +315,6 @@ RUN \
315
315
sed-patch 's|/run/nginx.pid|/run/nginx/nginx.pid|' /etc/logrotate.d/nginx-proxy-manager && \
316
316
sed-patch 's|logrotate /etc/logrotate.d/nginx-proxy-manager|logrotate -s /config/logrotate.status /etc/logrotate.d/nginx-proxy-manager|' /opt/nginx-proxy-manager/setup.js && \
317
317
318
- # Disable random sleep delay of certbot when forced renewal.
319
- sed-patch 's|renew --force-renewal|renew --force-renewal --no-random-sleep-on-renew|' /opt/nginx-proxy-manager/internal/certificate.js && \
320
-
321
318
# Redirect `/data' to '/config'.
322
319
ln -s /config /data && \
323
320
You can’t perform that action at this time.
0 commit comments