Skip to content

Commit b074308

Browse files
committed
Updated Nginx Proxy Manager to version 2.9.1.
1 parent 102d2f2 commit b074308

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-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.8.1
15+
ARG NGINX_PROXY_MANAGER_VERSION=2.9.1
1616
ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
1717
ARG LIBMAXMINDDB_VERSION=1.5.0
1818
ARG WATCH_VERSION=0.3.1
@@ -309,9 +309,6 @@ RUN \
309309
# Change client_body_temp_path.
310310
sed-patch 's|/tmp/nginx/body|/var/tmp/nginx/body|' /etc/nginx/nginx.conf && \
311311

312-
# Fix the pip install command.
313-
sed-patch 's|pip3 install |pip3 install --user |' /opt/nginx-proxy-manager/internal/certificate.js && \
314-
315312
# Redirect `/data' to '/config'.
316313
ln -s /config /data && \
317314

rootfs/opt/certbot/bin/certbot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/usr/bin/certbot

0 commit comments

Comments
 (0)