Skip to content

Commit

Permalink
Change health check endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrolezi committed Sep 27, 2024
1 parent c0d2734 commit bffc284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecs/deployment-task.json
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
"healthCheck": {
"command": [
"CMD-SHELL",
"curl -f http://localhost:80/up || exit 1"
"curl -f http://localhost:80/api/up || exit 1"
],
"interval": 30,
"timeout": 5,
Expand Down

0 comments on commit bffc284

Please sign in to comment.