We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3022bf commit e66e668Copy full SHA for e66e668
readme.md
@@ -39,10 +39,8 @@ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --n
39
### 更新方式
40
41
```bash
42
-// 找到容器ID
43
-docker ps -a
44
// 停止容器并删除
45
-docker stop 容器ID && docker rm 容器ID
+docker stop filecodebox && docker rm filecodebox
46
// 重新运行容器
47
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
48
```
0 commit comments