From 2bf4b1439495db1aeed5bbe474083a04a25f69e5 Mon Sep 17 00:00:00 2001 From: Henry Guo Date: Fri, 10 Apr 2026 10:28:01 +0800 Subject: [PATCH] docs(readme): fix inconsistent startup instructions (#2465) Co-authored-by: Claude Sonnet 4.6 --- README.md | 2 +- README_ZH.md | 4 ++-- rustfs/README.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6f08f5cd0..e84b2c60f 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Similarly, you can run the command with podman podman compose --profile observability up -d ``` -**NOTE**: We recommend reviewing the `docker-compose.yaml` file before running. It defines several services including Grafana, Prometheus, and Jaeger, which are helpful for RustFS observability. If you wish to start Redis or Nginx containers, you can specify the corresponding profiles. +**NOTE**: We recommend reviewing the `docker-compose.yml` file before running. It defines several services including Grafana, Prometheus, and Jaeger, which are helpful for RustFS observability. If you wish to start Redis or Nginx containers, you can specify the corresponding profiles. ### 3\. Build from Source (Option 3) - Advanced Users diff --git a/README_ZH.md b/README_ZH.md index 510a5a6bd..6d76902be 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -122,7 +122,7 @@ RustFS 容器以非 root 用户 `rustfs` (UID `10001`) 运行。如果您使用 docker compose --profile observability up -d ``` -**注意**: 我们建议您在运行前查看 `docker-compose.yaml` 文件。该文件定义了包括 Grafana、Prometheus 和 Jaeger 在内的多个服务,有助于 RustFS 的可观测性监控。如果您还想启动 Redis 或 Nginx 容器,可以指定相应的 profile。 +**注意**: 我们建议您在运行前查看 `docker-compose.yml` 文件。该文件定义了包括 Grafana、Prometheus 和 Jaeger 在内的多个服务,有助于 RustFS 的可观测性监控。如果您还想启动 Redis 或 Nginx 容器,可以指定相应的 profile。 ### 3\. 源码编译 (选项 3) - 进阶用户 @@ -228,7 +228,7 @@ rustfs --help - **商务合作**: [hello@rustfs.com](mailto:hello@rustfs.com) - **工作机会**: [jobs@rustfs.com](mailto:jobs@rustfs.com) - **一般讨论**: [GitHub Discussions](https://github.com/rustfs/rustfs/discussions) -- **贡献指南**: [CONTRIBUTING.md](https://www.google.com/search?q=CONTRIBUTING.md) +- **贡献指南**: [CONTRIBUTING.md](CONTRIBUTING.md) ## 贡献者 diff --git a/rustfs/README.md b/rustfs/README.md index 45229bf62..90db00ce4 100644 --- a/rustfs/README.md +++ b/rustfs/README.md @@ -81,7 +81,7 @@ To get started with RustFS, follow these steps: podman run -d -p 9000:9000 -v /data:/data rustfs/rustfs:latest ``` -3. **Access the Console**: Open your web browser and navigate to `http://localhost:9000` to access the RustFS console, +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` . 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