From 2af3f7eac5ef0612497a3479fc219a25805b08d5 Mon Sep 17 00:00:00 2001 From: Daniele Monti <62102073+Monska85@users.noreply.github.com> Date: Fri, 2 Aug 2024 14:55:10 +0200 Subject: [PATCH] fix: documentation about MINIO_BROWSER environment variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b989b43..47cf8e4 100644 --- a/README.md +++ b/README.md @@ -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. | `-` |