fix: allow ClickHouse connections from Docker network
The default ClickHouse image restricts the 'default' user to localhost only. Override with clickhouse-users.xml to allow connections from any IP (needed for inter-container communication on the Docker network). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
9
docker/clickhouse-users.xml
Normal file
9
docker/clickhouse-users.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<clickhouse>
|
||||
<users>
|
||||
<default>
|
||||
<networks>
|
||||
<ip>::/0</ip>
|
||||
</networks>
|
||||
</default>
|
||||
</users>
|
||||
</clickhouse>
|
||||
Reference in New Issue
Block a user