Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tillsteinbach committed Sep 13, 2021
1 parent 6c36fab commit cd8ad21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-homekit-host.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
- GF_SECURITY_ADMIN_PASSWORD=${PASSWORD-secret}
- DB_USER=${DB_USER-admin}
- DB_PASSWORD=${DB_PASSWORD-secret}
healthcheck:i
healthcheck:
test: ["CMD-SHELL", "(wget -qO- http://localhost:3000/api/health | grep '\"database\": \"ok\"' -q) || exit 1"]
interval: 60s
timeout: 10s
Expand Down

0 comments on commit cd8ad21

Please sign in to comment.