Skip to content

Commit 4c2adaf

Browse files
authored
Merge pull request supabase#17243 from supabase/fix-analytics
fix: hardcode vector api port
2 parents 099ab6b + 22aaea0 commit 4c2adaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ services:
396396
"--no-verbose",
397397
"--tries=1",
398398
"--spider",
399-
"http://vector:${VECTOR_API_PORT}/health"
399+
"http://vector:9001/health"
400400
]
401401
timeout: 5s
402402
interval: 5s

0 commit comments

Comments
 (0)