chore(release): prepare 1.0.0-beta.3 (#2957)

This commit is contained in:
houseme
2026-05-14 12:27:26 +08:00
committed by GitHub
parent 5fccfceb91
commit bdb98598d2
9 changed files with 190 additions and 80 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ RustFS 容器以非 root 用户 `rustfs` (UID `10001`) 运行。如果您使用
docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:latest
# 使用指定版本运行
docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:v1.0.0-beta.1
docker run -d -p 9000:9000 -p 9001:9001 -v $(pwd)/data:/data -v $(pwd)/logs:/logs rustfs/rustfs:1.0.0-beta.3
```
您也可以使用 Docker Compose。使用根目录下的 `docker-compose.yml` 文件: