Skip to content

Commit 915d2a0

Browse files
authored
fix(service): pin clickhouse version on Langfuse service to avoid error during clickhouse init (#9236)
2 parents e944f80 + 4213bd5 commit 915d2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/compose/langfuse.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ services:
119119
retries: 10
120120

121121
clickhouse:
122-
image: clickhouse/clickhouse-server:latest
122+
image: clickhouse/clickhouse-server:26.2.4.23
123123
user: "101:101"
124124
environment:
125125
- CLICKHOUSE_DB=${CLICKHOUSE_DB:-default}

0 commit comments

Comments
 (0)