mirror of
https://github.com/plausible/hosting.git
synced 2024-11-17 13:15:58 -06:00
Disable IPv6 in Clickhouse config (#137)
This commit is contained in:
parent
8152c57c31
commit
92f2445fbe
@ -3,6 +3,13 @@
|
||||
<level>warning</level>
|
||||
<console>true</console>
|
||||
</logger>
|
||||
|
||||
<!--
|
||||
Avoid the warning: "Listen [::]:9009 failed: Address family for hostname not supported".
|
||||
If Docker has IPv6 disabled, bind ClickHouse to IPv4 to prevent this issue.
|
||||
Add this to the configuration to ensure it listens on all IPv4 interfaces:
|
||||
<listen_host>0.0.0.0</listen_host>
|
||||
-->
|
||||
|
||||
<!-- Stop all the unnecessary logging -->
|
||||
<query_thread_log remove="remove"/>
|
||||
|
Loading…
Reference in New Issue
Block a user