diff --git a/docs/content/plugins/file-service/minio.md b/docs/content/plugins/file-service/minio.md index a89eb074ed..ecbcc28cc8 100644 --- a/docs/content/plugins/file-service/minio.md +++ b/docs/content/plugins/file-service/minio.md @@ -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