From af1873e569b1862a72f9ec46e1e682e57df7eca7 Mon Sep 17 00:00:00 2001 From: Yong Date: Sun, 18 Jan 2026 20:03:59 -0600 Subject: [PATCH] Fix typo for the wrong reference --- getting-started/ozone/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/ozone/README.md b/getting-started/ozone/README.md index f881e2b186..ebf1ee4387 100644 --- a/getting-started/ozone/README.md +++ b/getting-started/ozone/README.md @@ -31,7 +31,7 @@ See the [Spark Notebooks Example](../spark/README.md) for a more advanced Spark Start the docker compose group by running the following command from the root of the repository: ```shell -docker compose -f getting-started/minio/docker-compose.yml up +docker compose -f getting-started/ozone/docker-compose.yml up ``` Note: this example pulls the `apache/polaris:latest` image, but assumes the image is `1.2.0-incubating` or later.