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 8
8
FROM jlesage/baseimage:alpine-3.9-v2.4.2
9
9
10
10
# Define software versions.
11
- ARG NGINX_PROXY_MANAGER_VERSION=2.0.13
11
+ ARG NGINX_PROXY_MANAGER_VERSION=2.0.14
12
12
13
13
# Define software download URLs.
14
14
ARG NGINX_PROXY_MANAGER_URL=https://github.com/jc21/nginx-proxy-manager/archive/${NGINX_PROXY_MANAGER_VERSION}.tar.gz
@@ -123,9 +123,6 @@ RUN \
123
123
# Make sure nginx loads the stream module.
124
124
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
125
125
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
-
129
126
# Redirect `/data' to '/config'.
130
127
ln -s /config /data && \
131
128
You can’t perform that action at this time.
0 commit comments