mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-13 08:51:42 +08:00
Removed unused exposed port 443
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ RUN mkdir -p /var/www/html
|
||||
WORKDIR /var/www/html
|
||||
COPY src/ /var/www/html/
|
||||
|
||||
EXPOSE 80 443
|
||||
EXPOSE 80
|
||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
||||
|
||||
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1/fpm-ping
|
||||
|
||||
Reference in New Issue
Block a user