diff --git a/bitnami/clickhouse/README.md b/bitnami/clickhouse/README.md index 6dbefd8724072..3ed0605b12819 100644 --- a/bitnami/clickhouse/README.md +++ b/bitnami/clickhouse/README.md @@ -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.