We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939f95a commit c1882c0Copy full SHA for c1882c0
arch.dockerfile
@@ -78,7 +78,7 @@
78
79
# :: MONITORING
80
HEALTHCHECK --interval=10s --timeout=5s --start-period=30s \
81
- CMD ["/usr/local/bin/localhealth", "http://localhost:3000/healthz", "-I"]
+ CMD ["/usr/local/bin/localhealth", "http://127.0.0.1:3000/healthz", "-I"]
82
83
# :: EXECUTE
84
USER ${APP_UID}:${APP_GID}
0 commit comments