File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-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.8 .1
15+ ARG NGINX_PROXY_MANAGER_VERSION=2.9 .1
1616ARG NGINX_HTTP_GEOIP2_MODULE_VERSION=3.3
1717ARG LIBMAXMINDDB_VERSION=1.5.0
1818ARG 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
Original file line number Diff line number Diff line change 1+ /usr/bin/certbot
You can’t perform that action at this time.
0 commit comments