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.8-v2.4.1
9
9
10
10
# Define software versions.
11
- ARG NGINX_PROXY_MANAGER_VERSION=2.0.5
11
+ ARG NGINX_PROXY_MANAGER_VERSION=2.0.7
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
@@ -114,9 +114,6 @@ RUN \
114
114
# Make sure nginx loads the stream module.
115
115
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
116
116
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
-
120
117
# Redirect `/data' to '/config'.
121
118
ln -s /config /data && \
122
119
You can’t perform that action at this time.
0 commit comments