[bitnami/clickhouse] Fix the issue 26500 (#26505)
Fix the issue id 26500 of bitnami/containers Fixed the documentation of bitnami/clickhouse according to issue https://github.com/bitnami/containers/issues/26500 The customization configuration path should be `/bitnami/clickhouse/etc`, not `/bitnami/clickhouse/conf`. Signed-off-by: clamcy <44613348+clamcy@users.noreply.github.com>
This commit is contained in:
parent
361eecf901
commit
bb862e24b2
|
|
@ -167,11 +167,11 @@ ClickHouse can be configured via environment variables or using a configuration
|
|||
|
||||
### Configuration overrides
|
||||
|
||||
The configuration can easily be setup by mounting your own configuration overrides on the directory `/bitnami/clickhouse/conf/conf.d` or `/bitnami/clickhouse/conf/users.d`:
|
||||
The configuration can easily be setup by mounting your own configuration overrides on the directory `/bitnami/clickhouse/etc/conf.d` or `/bitnami/clickhouse/etc/users.d`:
|
||||
|
||||
```console
|
||||
docker run --name clickhouse \
|
||||
--volume /path/to/override.xml:/bitnami/clickhouse/conf/conf.d/override.xml:ro \
|
||||
--volume /path/to/override.xml:/bitnami/clickhouse/etc/conf.d/override.xml:ro \
|
||||
bitnami/clickhouse:latest
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue