Skip to content

Commit 5b9d72f

Browse files
committed
correct mongodb test condition
1 parent 6fa0dc4 commit 5b9d72f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ services:
3636
ports:
3737
- "27017-27019:27017-27019"
3838
healthcheck:
39-
test: echo 'db.runCommand("ping").ok' | mongo mongo:27017/test --quiet 1
39+
test: echo 'db.runCommand("ping").ok' | mongo mongodb:27017/test --quiet 1
4040
interval: 10s
4141
timeout: 10s
4242
retries: 5

0 commit comments

Comments
 (0)