Skip to content

Commit

Permalink
perf: update nec healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeEirc committed Nov 15, 2024
1 parent 37d2cd5 commit e04774a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/nec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ${CONFIG_DIR}/certs:/opt/nec/data/certs
- ${VOLUME_DIR}/nec/data:/opt/nec/data
healthcheck:
test: "nc -z 127.0.0.1 5900 || exit 1"
test: "curl -fsL http://localhost:8085/nec/health/ > /dev/null"
interval: 10s
timeout: 5s
retries: 3
Expand Down

0 comments on commit e04774a

Please sign in to comment.