Skip to content

Commit 79a1dcd

Browse files
committed
docker inspect and podman inspect structure didn't match
containers/podman#11645
1 parent cd6e850 commit 79a1dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/wait-for-db.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
CONTAINER=warehouse_db_1
88
check() {
9-
docker inspect --format "{{.State.Healthcheck.Status }}" $CONTAINER
9+
docker inspect --format "{{.State.Health.Status }}" $CONTAINER
1010
}
1111

1212
while [[ "$STATUS" != "healthy" ]]

0 commit comments

Comments
 (0)