fix clickhouse port

This commit is contained in:
Luke VanderHart
2023-02-13 15:09:50 -08:00
parent ca843ae44d
commit aa3853d610

View File

@@ -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: