We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4840195 commit 6886f0eCopy full SHA for 6886f0e
Dockerfile
@@ -298,6 +298,7 @@ RUN \
298
sed-patch 's|443 |4443 |' /etc/nginx/conf.d/default.conf && \
299
sed-patch 's|"443";|"4443";|' /etc/nginx/conf.d/default.conf && \
300
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 && \
302
sed-patch 's|:443;|:4443;|' /opt/nginx-proxy-manager/templates/_listen.conf && \
303
304
# Fix nginx test command line.
0 commit comments