Skip to content

Commit

Permalink
Fix minio setup guide
Browse files Browse the repository at this point in the history
  • Loading branch information
tung2744 committed Dec 11, 2024
1 parent c111c55 commit ded4903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ This project uses asdf, and there is a .tool-versions file at the project root.
```sh
docker compose up -d minio
docker compose exec -it bash
docker compose exec -it minio bash
# Inside the container
mc alias set local http://localhost:9000 "$MINIO_ROOT_USER" "$MINIO_ROOT_PASSWORD"
Expand Down

0 comments on commit ded4903

Please sign in to comment.