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 144a456 commit b06bddfCopy full SHA for b06bddf
Dockerfile
@@ -263,6 +263,7 @@ RUN \
263
sed-patch 's|listen 80;|listen 8080;|' /opt/nginx-proxy-manager/templates/_listen.conf && \
264
sed-patch 's|:80;|:8080;|' /opt/nginx-proxy-manager/templates/_listen.conf && \
265
sed-patch 's|listen 80 |listen 8080 |' /opt/nginx-proxy-manager/templates/default.conf && \
266
+ sed-patch 's|:80;|:8080;|' /opt/nginx-proxy-manager/templates/default.conf && \
267
268
# Change the HTTPs port 443 to the unprivileged port 4443.
269
sed-patch 's|443 |4443 |' /etc/nginx/conf.d/default.conf && \
0 commit comments