Skip to content

Commit

Permalink
Merge pull request #10 from sparkfabrik/fix/documentation_minio_browser
Browse files Browse the repository at this point in the history
fix: documentation about MINIO_BROWSER environment variable
  • Loading branch information
Monska85 authored Aug 2, 2024
2 parents 35e4228 + 2af3f7e commit a24bdfe
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 @@ -14,7 +14,7 @@ The `/scripts/entrypoint.sh` script is used to start the minio server. It is pos
| `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_BROWSER` | If set to `on`, the minio console 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 a24bdfe

Please sign in to comment.