Skip to content

Commit c1882c0

Browse files
committed
feat: replace curl with localhealth
1 parent 939f95a commit c1882c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878

7979
# :: MONITORING
8080
HEALTHCHECK --interval=10s --timeout=5s --start-period=30s \
81-
CMD ["/usr/local/bin/localhealth", "http://localhost:3000/healthz", "-I"]
81+
CMD ["/usr/local/bin/localhealth", "http://127.0.0.1:3000/healthz", "-I"]
8282

8383
# :: EXECUTE
8484
USER ${APP_UID}:${APP_GID}

0 commit comments

Comments
 (0)