Skip to content

Commit e66e668

Browse files
committed
fix:上传前检测+上传次数限制
1 parent c3022bf commit e66e668

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,8 @@ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --n
3939
### 更新方式
4040

4141
```bash
42-
// 找到容器ID
43-
docker ps -a
4442
// 停止容器并删除
45-
docker stop 容器ID && docker rm 容器ID
43+
docker stop filecodebox && docker rm filecodebox
4644
// 重新运行容器
4745
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
4846
```

0 commit comments

Comments
 (0)