From 657395af8a1f89a5f6bd492a91b2c2074c9068f9 Mon Sep 17 00:00:00 2001 From: loverustfs Date: Fri, 11 Jul 2025 10:59:11 +0800 Subject: [PATCH] fix docker quickstart --- README.md | 2 +- README_ZH.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f392eec5..3b05e062 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ To get started with RustFS, follow these steps: ``` -3. **Access the Console**: Open your web browser and navigate to `http://localhost:9001` to access the RustFS console, default username and password is `rustfsadmin` . +3. **Access the Console**: Open your web browser and navigate to `http://localhost:9000` to access the RustFS console, default username and password is `rustfsadmin` . 4. **Create a Bucket**: Use the console to create a new bucket for your objects. 5. **Upload Objects**: You can upload files directly through the console or use S3-compatible APIs to interact with your RustFS instance. diff --git a/README_ZH.md b/README_ZH.md index 1e613321..7c400ece 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -74,7 +74,7 @@ RustFS 是一个使用 Rust(全球最受欢迎的编程语言之一)构建 ``` -3. **访问控制台**:打开 Web 浏览器并导航到 `http://localhost:9001` 以访问 RustFS 控制台,默认的用户名和密码是 `rustfsadmin` 。 +3. **访问控制台**:打开 Web 浏览器并导航到 `http://localhost:9000` 以访问 RustFS 控制台,默认的用户名和密码是 `rustfsadmin` 。 4. **创建存储桶**:使用控制台为您的对象创建新的存储桶。 5. **上传对象**:您可以直接通过控制台上传文件,或使用 S3 兼容的 API 与您的 RustFS 实例交互。