mirror of
https://github.com/bitnami/containers.git
synced 2026-02-18 21:07:23 +08:00
Fix configuration override section for docker-compose in clickhouse (#52755)
Fix configuration override section for docker-compose in clickhouse image Signed-off-by: Alexander Kolesov <a.kolesov@ankr.com>
This commit is contained in:
committed by
GitHub
parent
4984c67822
commit
453ec4d81f
@@ -185,7 +185,7 @@ services:
|
||||
clickhouse:
|
||||
image: bitnami/clickhouse:latest
|
||||
volumes:
|
||||
- /path/to/override.xml:/bitnami/clickhouse/conf/override.xml:ro
|
||||
- /path/to/override.xml:/bitnami/clickhouse/etc/conf.d/override.xml:ro
|
||||
```
|
||||
|
||||
Check the [official ClickHouse configuration documentation](https://clickhouse.com/docs/en/operations/configuration-files/) for all the possible overrides and settings.
|
||||
|
||||
Reference in New Issue
Block a user