修改并优化配置到新 ip 段
This commit is contained in:
11
clickhouse/configs/docker.xml
Normal file
11
clickhouse/configs/docker.xml
Normal 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>
|
||||
Reference in New Issue
Block a user