fix clickhouse docker listen host for api connectivity

This commit is contained in:
Kellan Drucquer 2026-04-04 08:15:08 -04:00
parent 52679bbb1a
commit 4579778a13
3 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<clickhouse>
<listen_host>0.0.0.0</listen_host>
</clickhouse>