Skip to content

Commit 5a4aa13

Browse files
committed
Fix for the ClickHouse UI explorer
1 parent 6afcd65 commit 5a4aa13

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
@@ -111,7 +111,7 @@ services:
111111
ports:
112112
- "5521:5521"
113113
environment:
114-
VITE_CLICKHOUSE_URL: "http://clickhouse:8123"
114+
VITE_CLICKHOUSE_URL: "http://localhost:8123"
115115
VITE_CLICKHOUSE_USER: "default"
116116
VITE_CLICKHOUSE_PASS: "password"
117117
networks:

0 commit comments

Comments
 (0)