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
1212
1313# Define software versions.
1414ARG OPENRESTY_VERSION=1.19.3.1
15- ARG NGINX_PROXY_MANAGER_VERSION=2.9.11
15+ ARG NGINX_PROXY_MANAGER_VERSION=2.9.12
1616ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
1717ARG LIBMAXMINDDB_VERSION=1.5.0
1818ARG WATCH_VERSION=0.3.1
@@ -315,9 +315,6 @@ RUN \
315315 sed-patch 's|/run/nginx.pid|/run/nginx/nginx.pid|' /etc/logrotate.d/nginx-proxy-manager && \
316316 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 && \
317317
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-
321318 # Redirect `/data' to '/config'.
322319 ln -s /config /data && \
323320
You can’t perform that action at this time.
0 commit comments