Skip to content

Commit 1c410a3

Browse files
committed
Upgraded Nginx Proxy Manager to version 2.0.7.
1 parent 4ab75ba commit 1c410a3

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
@@ -8,7 +8,7 @@
88
FROM jlesage/baseimage:alpine-3.8-v2.4.1
99

1010
# Define software versions.
11-
ARG NGINX_PROXY_MANAGER_VERSION=2.0.5
11+
ARG NGINX_PROXY_MANAGER_VERSION=2.0.7
1212

1313
# Define software download URLs.
1414
ARG NGINX_PROXY_MANAGER_URL=https://github.com/jc21/nginx-proxy-manager/archive/${NGINX_PROXY_MANAGER_VERSION}.tar.gz
@@ -114,9 +114,6 @@ RUN \
114114
# Make sure nginx loads the stream module.
115115
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
116116

117-
# Fix SSL ciphers for default HTTPs site.
118-
sed-patch 's|include conf.d/include/ssl-ciphers.conf;|ssl_ciphers aNULL;|' /etc/nginx/conf.d/default.conf && \
119-
120117
# Redirect `/data' to '/config'.
121118
ln -s /config /data && \
122119

0 commit comments

Comments
 (0)