Skip to content

Commit b06bddf

Browse files
committed
Fixed ports in default template.
1 parent 144a456 commit b06bddf

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
@@ -263,6 +263,7 @@ RUN \
263263
sed-patch 's|listen 80;|listen 8080;|' /opt/nginx-proxy-manager/templates/_listen.conf && \
264264
sed-patch 's|:80;|:8080;|' /opt/nginx-proxy-manager/templates/_listen.conf && \
265265
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 && \
266267

267268
# Change the HTTPs port 443 to the unprivileged port 4443.
268269
sed-patch 's|443 |4443 |' /etc/nginx/conf.d/default.conf && \

0 commit comments

Comments
 (0)