mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 10:02:01 +00:00
remove unnecessary file mapping
This commit is contained in:
parent
3b1f37e1aa
commit
58e4e35f0d
@ -11,7 +11,7 @@ cluster = ClickHouseCluster(__file__)
|
||||
ch_server = cluster.add_instance(
|
||||
"clickhouse-server",
|
||||
with_coredns=True,
|
||||
main_configs=["configs/config.xml", "configs/listen_host.xml"],
|
||||
main_configs=["configs/listen_host.xml"],
|
||||
)
|
||||
|
||||
client = cluster.add_instance(
|
||||
|
Loading…
Reference in New Issue
Block a user