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:
@@ -34,7 +34,7 @@ In MinIO’s 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
|
||||
|
||||
Reference in New Issue
Block a user