Skip to content

Commit

Permalink
fix(compose): jq is not installed on the container
Browse files Browse the repository at this point in the history
Just check the host is responsable.
  • Loading branch information
5ouma committed Jul 9, 2024
1 parent 2ade260 commit d877da3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion immich/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ services:
database:
condition: service_healthy
healthcheck:
test: curl -f http://backup | jq -r .Last.Exit_status || exit 1
test: curl -f http://backup || exit 1
restart: always

cloudflare-tunnel:
Expand Down
2 changes: 1 addition & 1 deletion speedtest-tracker/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
database:
condition: service_healthy
healthcheck:
test: curl -f http://backup | jq -r .Last.Exit_status || exit 1
test: curl -f http://backup || exit 1
restart: always

cloudflare-tunnel:
Expand Down

0 comments on commit d877da3

Please sign in to comment.