You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
322 B
21 lines
322 B
# ClickHouse w/ Docker Compose
|
|
|
|
with default empty password
|
|
|
|
## Change password and other config
|
|
|
|
```
|
|
volumes:
|
|
- ./local.xml:/etc/clickhouse-server/config.d/local.xml
|
|
```
|
|
|
|
## Connecting with client
|
|
|
|
```
|
|
clickhouse-client
|
|
```
|
|
|
|
## Other docs
|
|
|
|
[clickhouse server docker](https://hub.docker.com/r/yandex/clickhouse-server/)
|