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
12
12
13
13
# Define software versions.
14
14
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
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
@@ -309,9 +309,6 @@ RUN \
309
309
# Change client_body_temp_path.
310
310
sed-patch 's|/tmp/nginx/body|/var/tmp/nginx/body|' /etc/nginx/nginx.conf && \
311
311
312
- # Fix the pip install command.
313
- sed-patch 's|pip3 install |pip3 install --user |' /opt/nginx-proxy-manager/internal/certificate.js && \
314
-
315
312
# Redirect `/data' to '/config'.
316
313
ln -s /config /data && \
317
314
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