Skip to content

Commit f953b9f

Browse files
committed
Updated NginxProxyManager to version 2.9.12.
1 parent 9056117 commit f953b9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG DOCKER_IMAGE_VERSION=unknown
1212

1313
# Define software versions.
1414
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
1616
ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
1717
ARG LIBMAXMINDDB_VERSION=1.5.0
1818
ARG 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

0 commit comments

Comments
 (0)