fix docker quickstart

This commit is contained in:
loverustfs
2025-07-11 10:59:11 +08:00
parent 4de62ed77e
commit 657395af8a
2 changed files with 2 additions and 2 deletions

View File

@@ -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.