mirror of
https://github.com/mashirozx/docker-php-nginx.git
synced 2024-11-22 14:58:15 +08:00
Removed unused exposed port 443
This commit is contained in:
parent
d608b45950
commit
ba1dd42210
@ -22,7 +22,7 @@ RUN mkdir -p /var/www/html
|
|||||||
WORKDIR /var/www/html
|
WORKDIR /var/www/html
|
||||||
COPY src/ /var/www/html/
|
COPY src/ /var/www/html/
|
||||||
|
|
||||||
EXPOSE 80 443
|
EXPOSE 80
|
||||||
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
|
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
|
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1/fpm-ping
|
||||||
|
Loading…
Reference in New Issue
Block a user