diff --git a/docs/deployment-guides/replication-sharding-examples/01_1_shard_2_replicas.md b/docs/deployment-guides/replication-sharding-examples/01_1_shard_2_replicas.md index 6485ccb9b2b..64817f1d561 100644 --- a/docs/deployment-guides/replication-sharding-examples/01_1_shard_2_replicas.md +++ b/docs/deployment-guides/replication-sharding-examples/01_1_shard_2_replicas.md @@ -65,7 +65,7 @@ for i in {01..02}; do done ``` -Add the following `docker-compose.yml` file to the `clickhouse-cluster` directory: +Add the following `docker-compose.yml` file to the `cluster_1S_2R` directory: ```yaml title="docker-compose.yml" version: '3.8'