This is an automated email from the ASF dual-hosted git repository.

sarvekshayr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new f72acfcf472 HDDS-14722. Use same version of docker compose command in 
README.md (#9831)
f72acfcf472 is described below

commit f72acfcf472b2e430147009babefbd5840b8628d
Author: Priyesh Karatha <[email protected]>
AuthorDate: Thu Feb 26 09:22:48 2026 +0530

    HDDS-14722. Use same version of docker compose command in README.md (#9831)
---
 README.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 4875df8f6fe..a0b15723a2d 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ export 
AWS_SECRET_ACCESS_KEY=c261b6ecabf7d37d5f9ded654b1c724adac9bd9f13e247a235e
 ```
 
 - Then we can create a bucket and upload a file to it:
-```
+```bash
 aws s3api --endpoint http://localhost:9878/ create-bucket --bucket=wordcount
 # create a temporary file to upload to Ozone via S3 support 
 ls -1 > /tmp/testfile
@@ -88,9 +88,9 @@ If you need a more realistic cluster, you can 
[download](https://ozone.apache.or
 
 After you untar the binary:
 
-```
+```bash
 cd compose/ozone
-docker-compose up -d --scale datanode=3
+docker compose up -d --scale datanode=3
 ```
 
 The `compose` folder contains different sets of configured clusters (secure, 
HA, mapreduce example), you can check the various subfolders for more examples.
@@ -103,15 +103,15 @@ Ozone is a first class citizen of the Cloud-Native 
environments. The binary pack
 
 Ozone can be built with [Apache Maven](https://maven.apache.org):
 
-```
+```bash
 mvn clean install -DskipTests
 ```
 
 And can be started with the help of Docker:
 
-```
+```bash
 cd hadoop-ozone/dist/target/ozone-*/compose/ozone
-docker-compose up -d --scale datanode=3
+docker compose up -d --scale datanode=3
 ```
 For more information, you can check the [Contribution 
guideline](./CONTRIBUTING.md)
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to