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.
1 parent e95b618 commit 9ef6acfCopy full SHA for 9ef6acf
Dockerfile
@@ -42,4 +42,4 @@ EXPOSE 8080
42
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
43
44
# Configure a healthcheck to validate that everything is up&running
45
-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
0 commit comments