Skip to content

Commit

Permalink
docs: refactor README for MinIO Env Updates
Browse files Browse the repository at this point in the history
- Update README.md to reflect changes in MinIO environment variable names from `ACCESS_KEY` and `SECRET_KEY` to `ROOT_USER` and `ROOT_PASSWORD`.
- Correct the instruction text in README.md for setting up MinIO environment.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Feb 3, 2024
1 parent 4b7f337 commit 3120c57
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Start [minio](https://min.io/) and nginx-image-resizer using docker-compose.yml
docker-compose up -d
```

Default access key and secret key as following. create new bucket and uploade test image.
set minio environment as following

```sh
MINIO_ACCESS_KEY: YOUR_MINIO_ACCESS_KEY
MINIO_SECRET_KEY: YOUR_MINIO_SECRET_KEY
MINIO_ROOT_USER: YOUR_MINIO_ROOT_USER
MINIO_ROOT_PASSWORD: YOUR_MINIO_ROOT_PASSWORD
```

set bucket as public permission.
Expand Down

0 comments on commit 3120c57

Please sign in to comment.