test/custom-admin-ui #3

Merged
orion merged 673 commits from test/custom-admin-ui into master 2026-06-05 17:20:58 +08:00
2 changed files with 2 additions and 10 deletions
Showing only changes of commit c8d1550e48 - Show all commits
+1 -5
View File
@@ -179,11 +179,7 @@ FileCodeBox 是一个基于 FastAPI + Vue3 开发的轻量级文件分享工具
### Docker 部署
```bash
docker run -d --name filecode \
-p 12345:12345 \
-v /opt/filecode:/app/data \
--restart=always \
vastsa/filecode
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
```
### 手动部署
+1 -5
View File
@@ -179,11 +179,7 @@ Command-line download
### Docker Deployment
```bash
docker run -d --name filecode \
-p 12345:12345 \
-v /opt/filecode:/app/data \
--restart=always \
vastsa/filecode
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
```
### Manual Deployment