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:
Alexander Kolesov 2023-11-15 20:58:31 +04:00 committed by GitHub
parent 4984c67822
commit 453ec4d81f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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.