Fixed HEALTCHECK now Nginx is running on a different port

migrate-github-actions
Tim de Pater 2019-01-27 08:01:52 +01:00
parent e95b618d3e
commit 9ef6acf619
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ EXPOSE 8080
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
# Configure a healthcheck to validate that everything is up&running
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:8080/fpm-ping