Skip to content

Commit 9ef6acf

Browse files
committed
Fixed HEALTCHECK now Nginx is running on a different port
1 parent e95b618 commit 9ef6acf

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
@@ -42,4 +42,4 @@ EXPOSE 8080
4242
CMD ["/usr/bin/supervisord", "-c", "/etc/supervisor/conf.d/supervisord.conf"]
4343

4444
# 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
45+
HEALTHCHECK --timeout=10s CMD curl --silent --fail http://127.0.0.1:8080/fpm-ping

0 commit comments

Comments
 (0)