Skip to content

Commit

Permalink
docker inspect and podman inspect structure didn't match
Browse files Browse the repository at this point in the history
  • Loading branch information
abitrolly committed Sep 18, 2021
1 parent cd6e850 commit 79a1dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wait-for-db.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

CONTAINER=warehouse_db_1
check() {
docker inspect --format "{{.State.Healthcheck.Status }}" $CONTAINER
docker inspect --format "{{.State.Health.Status }}" $CONTAINER
}

while [[ "$STATUS" != "healthy" ]]
Expand Down

0 comments on commit 79a1dcd

Please sign in to comment.