We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
|| exit 1
HEALTHCHECK
1 parent 1545dc1 commit 1784a0aCopy full SHA for 1784a0a
Dockerfile
@@ -61,4 +61,4 @@ EXPOSE 8080
61
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
62
63
# Configure a healthcheck to validate that everything is up&running
64
-HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8080/fpm-ping
+HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8080/fpm-ping || exit 1
0 commit comments