Skip to content

Commit

Permalink
Fix(docker-compose): update health check command
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonsang committed Jul 7, 2024
1 parent 5684f57 commit c0ade4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
- ENV_VAR=value
restart: unless-stopped
healthcheck:
test: ["curl", "-f", "http://localhost:8089/healthz"]
test: ["CMD", "curl", "-f", "http://localhost:8089/healthz"]
interval: 15m
timeout: 10s
retries: 5
Expand Down

0 comments on commit c0ade4f

Please sign in to comment.