mirror of
https://github.com/placeholder-soft/chroma.git
synced 2026-01-12 17:02:54 +08:00
fix clickhouse port
This commit is contained in:
@@ -16,7 +16,7 @@ services:
|
||||
environment:
|
||||
- CHROMA_DB_IMPL=clickhouse
|
||||
- CLICKHOUSE_HOST=test_clickhouse
|
||||
- CLICKHOUSE_PORT=9000
|
||||
- CLICKHOUSE_PORT=8123
|
||||
ports:
|
||||
- 8000:8000
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user