File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 88FROM 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.
1414ARG 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
You can’t perform that action at this time.
0 commit comments