Skip to content

Commit 337caa9

Browse files
committed
Point the healthcheck to the WP login page to avoid interfering the analytics
1 parent 02f9703 commit 337caa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,4 +55,4 @@ EXPOSE 80
5555

5656
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
5757

58-
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1
58+
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1/wp-login.php

0 commit comments

Comments
 (0)