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.9-v2.4.2
99
1010# Define software versions.
11- ARG NGINX_PROXY_MANAGER_VERSION=2.0.13
11+ ARG NGINX_PROXY_MANAGER_VERSION=2.0.14
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
@@ -123,9 +123,6 @@ RUN \
123123 # Make sure nginx loads the stream module.
124124 sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
125125
126- # Fix to use correct SSL protocols/ciphers.
127- sed-patch 's|ssl_ciphers aNULL;|include conf.d/include/ssl-ciphers.conf;|' /etc/nginx/conf.d/default.conf && \
128-
129126 # Redirect `/data' to '/config'.
130127 ln -s /config /data && \
131128
You can’t perform that action at this time.
0 commit comments