Skip to content

Commit

Permalink
Merge pull request #9 from sparkfabrik/fix/add_credential_documentation
Browse files Browse the repository at this point in the history
fix: add credentials documentation
  • Loading branch information
Monska85 authored Aug 2, 2024
2 parents ad1ca25 + 7cb7c9c commit 35e4228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ The `/scripts/entrypoint.sh` script is used to start the minio server. It is pos
| `BUCKET_ROOT` | The folder used by the minio server to store the files. | `/data` |
| `INITFILES_FOLDER` | The folder where the seed files are stored. | `/docker-entrypoint-initfiles.d` |
| `DO_NOT_PROCESS_INITFILES` | If set to `1`, the seed files are not processed at startup. | `0` |
| `MINIO_ROOT_USER` | The access key used to authenticate with the minio server. | `-` |
| `MINIO_ROOT_PASSWORD` | The secret key used to authenticate with the minio server. | `-` |
| `MINIO_BROWSER` | If set to `on`, the minio browser is enabled. | `off` |
| `MINIO_CONSOLE_PORT` | The port used by the minio console. | `9001` |
| `MINIO_OPTS` | Additional options to pass to the minio server. | `-` |
Expand Down

0 comments on commit 35e4228

Please sign in to comment.