Skip to content

Commit 6886f0e

Browse files
committed
Fixed port in listen template.
1 parent 4840195 commit 6886f0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ RUN \
298298
sed-patch 's|443 |4443 |' /etc/nginx/conf.d/default.conf && \
299299
sed-patch 's|"443";|"4443";|' /etc/nginx/conf.d/default.conf && \
300300
sed-patch 's|listen 443 |listen 4443 |' /opt/nginx-proxy-manager/templates/_listen.conf && \
301+
sed-patch 's|:443 |:4443 |' /opt/nginx-proxy-manager/templates/_listen.conf && \
301302
sed-patch 's|:443;|:4443;|' /opt/nginx-proxy-manager/templates/_listen.conf && \
302303

303304
# Fix nginx test command line.

0 commit comments

Comments
 (0)