docs: fixed incorrect minio command (#3972)

Co-authored-by: Vladimir Pekez <vladimirpekez@192.168.1.12>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
vladimirpekez
2023-05-01 16:24:44 +02:00
committed by GitHub
parent 019f1fbf1e
commit 74c7b5c012

View File

@@ -34,7 +34,7 @@ In MinIOs documentation, port `9000` is used for the address of the MinIO bac
After setting up and installing MinIO on your system/sub-system, you can run the following command to change MinIO port to `9001` (or any other available port) instead of `9000` to avoid the port clash:
```bash
minio backend ~/minio --console-address :9090 --address :9001
minio server ~/minio --console-address :9090 --address :9001
```
### Create a MinIO bucket