update:arm docker
This commit is contained in:
@@ -20,7 +20,27 @@
|
|||||||
- [x] 管理面板:查看所有文件,删除文件
|
- [x] 管理面板:查看所有文件,删除文件
|
||||||
- [x] 一键部署:docker一键部署
|
- [x] 一键部署:docker一键部署
|
||||||
|
|
||||||
## 未来规划
|
## 部署方式
|
||||||
|
|
||||||
|
### Docker一键部署
|
||||||
|
|
||||||
|
#### AMD
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
#### ARM
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
|
||||||
|
```
|
||||||
|
|
||||||
|
### 其他方式
|
||||||
|
|
||||||
|
仅供参考,历史版本->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v)
|
||||||
|
|
||||||
|
## 项目规划
|
||||||
|
|
||||||
2022年12月14日
|
2022年12月14日
|
||||||
|
|
||||||
@@ -95,24 +115,6 @@
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## 部署方式
|
|
||||||
|
|
||||||
### Docker一键部署
|
|
||||||
|
|
||||||
#### AMD
|
|
||||||
```bash
|
|
||||||
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
#### ARM
|
|
||||||
```bash
|
|
||||||
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
|
|
||||||
```
|
|
||||||
|
|
||||||
### 其他方式
|
|
||||||
|
|
||||||
仅供参考,历史版本->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v)
|
|
||||||
|
|
||||||
## 配置文件
|
## 配置文件
|
||||||
|
|
||||||
如果需要修改配置,可以将该文件放在`/opt/FileCodeBox/`目录下,并命名为`.env`,然后重启容器即可。
|
如果需要修改配置,可以将该文件放在`/opt/FileCodeBox/`目录下,并命名为`.env`,然后重启容器即可。
|
||||||
|
|||||||
+21
-20
@@ -20,7 +20,27 @@
|
|||||||
- [x] management Panel: View all files and delete them
|
- [x] management Panel: View all files and delete them
|
||||||
- [x] one-click deployment: docker one-click deployment
|
- [x] one-click deployment: docker one-click deployment
|
||||||
|
|
||||||
## Future Plan
|
## Deployment method
|
||||||
|
|
||||||
|
### One-click Docker deployment
|
||||||
|
|
||||||
|
#### AMD
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
|
||||||
|
```
|
||||||
|
|
||||||
|
#### ARM
|
||||||
|
|
||||||
|
```bash
|
||||||
|
docker run -d --restart=always -p 12345:12345 -v /Users/lan/soft/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
|
||||||
|
```
|
||||||
|
|
||||||
|
### Other methods
|
||||||
|
|
||||||
|
For reference only, historical version->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v)
|
||||||
|
|
||||||
|
## Project Plan
|
||||||
|
|
||||||
December 14, 2022
|
December 14, 2022
|
||||||
This project is mainly light-weight, mainly single-user, offline environment, so there is no need to add too many
|
This project is mainly light-weight, mainly single-user, offline environment, so there is no need to add too many
|
||||||
@@ -99,25 +119,6 @@ If you have better ideas and suggestions, welcome to file an issue.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
## Deployment method
|
|
||||||
|
|
||||||
### One-click Docker deployment
|
|
||||||
|
|
||||||
#### AMD
|
|
||||||
```bash
|
|
||||||
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
#### ARM
|
|
||||||
```bash
|
|
||||||
docker run -d --restart=always -p 12345:12345 -v /Users/lan/soft/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
### Other methods
|
|
||||||
|
|
||||||
For reference only, historical version->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v)
|
|
||||||
|
|
||||||
## Configuration file
|
## Configuration file
|
||||||
|
|
||||||
if you need to modify the configuration, you can put the file in `/opt/FileCodeBox/` directory and name it `.env` , and
|
if you need to modify the configuration, you can put the file in `/opt/FileCodeBox/` directory and name it `.env` , and
|
||||||
|
|||||||
Reference in New Issue
Block a user