Skip to content

Commit

Permalink
fix: K2 healthcheck must use the healthcheck entrypoint (fixed #57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed May 2, 2019
1 parent b004b74 commit 64ede7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/k2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- ${K2_DATA_PATH}:/mbtiles
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8080/layer.json"]
test: ["CMD", "curl", "-f", "http://localhost:8080/healthcheck"]
interval: 30s
timeout: 10s
retries: 3
Expand Down

0 comments on commit 64ede7d

Please sign in to comment.