Skip to content

Commit

Permalink
Merge pull request #1 from JothamWong/main
Browse files Browse the repository at this point in the history
Fix set up instruction for minio
  • Loading branch information
jorgeSia committed May 30, 2024
2 parents e216b55 + 580bce3 commit c1a0f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To clear kafka: `docker compose -f docker-compose-kafka.yml down --volumes`

### MinIO

To run MinIO: `docker compose up -f docker-compose-simple-minio.yml up`
To run MinIO: `docker compose -f docker-compose-simple-minio.yml up`

To clear MinIO: `docker compose -f docker-compose-simple-minio.yml down --volumes`

Expand Down

0 comments on commit c1a0f5e

Please sign in to comment.