修改并优化配置到新 ip 段

This commit is contained in:
2026-04-30 11:56:29 +08:00
parent 6985b70ddc
commit d2d1ab4461
6 changed files with 97 additions and 47 deletions

View File

@@ -0,0 +1,11 @@
<clickhouse>
<!-- Listen wildcard address to allow accepting connections from other containers and host network. -->
<listen_host>::</listen_host>
<listen_host>0.0.0.0</listen_host>
<listen_try>1</listen_try>
<logger>
<level>notice</level>
<console>1</console>
</logger>
</clickhouse>