add:fronted

This commit is contained in:
lan
2023-08-14 18:21:33 +08:00
parent 0442346727
commit 5d73bd5db1
+2 -2
View File
@@ -29,10 +29,10 @@
### Docker一键部署 ### Docker一键部署
#### AMD 开发版(不稳定,待测试,新增分片异步上传,永久存储,不建议使用,很多没发现的坑) #### 2.0版本,开发中
```bash ```bash
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:pre docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:beta
``` ```