remove duplicates from README (#63498)

Remove duplicates:
- MINIO_DATA_DIR
- MINIO_API_PORT_NUMBER (confusing as it had two values)

Signed-off-by: Alessandro Rossi <4215912+kubealex@users.noreply.github.com>
This commit is contained in:
Alessandro Rossi
2024-03-15 16:29:55 +01:00
committed by GitHub
parent ff9dbe2e69
commit a756e787f7

View File

@@ -210,9 +210,7 @@ docker-compose up -d
| Name | Description | Default Value |
|------------------------------------------|----------------------------------------------------------------------------|----------------------------------------------------|
| `MINIO_DATA_DIR` | MinIO directory for data. | `/bitnami/minio/data` |
| `MINIO_DATA_DIR` | MinIO directory for data. | `/bitnami/minio/data` |
| `MINIO_API_PORT_NUMBER` | MinIO API port number. | `9000` |
| `MINIO_API_PORT_NUMBER` | MinIO API port number. | `9080` |
| `MINIO_CONSOLE_PORT_NUMBER` | MinIO RMI port number. | `9001` |
| `MINIO_SCHEME` | MinIO web scheme. | `http` |
| `MINIO_SKIP_CLIENT` | Skip MinIO client configuration. | `no` |