Skip to content

Commit ba1dd42

Browse files
committed
Removed unused exposed port 443
1 parent d608b45 commit ba1dd42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN mkdir -p /var/www/html
2222
WORKDIR /var/www/html
2323
COPY src/ /var/www/html/
2424

25-
EXPOSE 80 443
25+
EXPOSE 80
2626
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
2727

2828
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1/fpm-ping

0 commit comments

Comments
 (0)