Skip to content

Commit 711e108

Browse files
doneyliclaude
andcommitted
Fix ClickHouse native port mapping to avoid conflict with other services
Remap host port 9000 -> 9002 for ClickHouse native protocol to avoid collision with other local ClickHouse instances. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d99836c commit 711e108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ services:
7878
- langfuse_clickhouse_logs:/var/log/clickhouse-server
7979
ports:
8080
- 127.0.0.1:8124:8123
81-
- 127.0.0.1:9000:9000
81+
- 127.0.0.1:9002:9000
8282
healthcheck:
8383
test: wget --no-verbose --tries=1 --spider http://localhost:8123/ping || exit 1
8484
interval: 5s

0 commit comments

Comments
 (0)