disable user setup for clickhouse
This commit is contained in:
parent
b72f39b7ac
commit
2d547c17b7
1 changed files with 2 additions and 0 deletions
|
|
@ -130,6 +130,8 @@ services:
|
|||
|
||||
clickhouse:
|
||||
image: clickhouse/clickhouse-server:25.10.2.65
|
||||
environment:
|
||||
- CLICKHOUSE_SKIP_USER_SETUP=1
|
||||
volumes:
|
||||
- openpanel_clickhouse_data:/var/lib/clickhouse
|
||||
- openpanel_clickhouse_logs:/var/log/clickhouse-server
|
||||
|
|
|
|||
Loading…
Reference in a new issue