Skip to content

Commit c8d32c6

Browse files
committed
Removed bug in bunny-wrapper test-compose.yml
1 parent 1bf7024 commit c8d32c6

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

docker/bunny-wrapper/test.compose.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,8 @@ services:
1313
omop-lite:
1414
image: ghcr.io/health-informatics-uon/omop-lite
1515
depends_on:
16-
depends_on:
17-
db:
18-
condition: service_healthy
16+
db:
17+
condition: service_healthy
1918
environment:
2019
DB_HOST: db
2120
DB_PASSWORD: postgres

0 commit comments

Comments
 (0)