From 47346a59a30b6c44e2d1578693542a74d7904e4a Mon Sep 17 00:00:00 2001 From: Alexander Kolesov Date: Tue, 14 Nov 2023 19:31:03 +0400 Subject: [PATCH] Fix configuration override section for docker-compose in clickhouse image Spent a couple of hours to realise there was a typo in the readme Signed-off-by: Alexander Kolesov --- bitnami/clickhouse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.