update:arm docker

This commit is contained in:
lan
2022-12-21 22:12:14 +08:00
parent f94a918253
commit 6c07f9a5ab
2 changed files with 24 additions and 0 deletions
+1
View File
@@ -103,6 +103,7 @@
```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
+23
View File
@@ -43,6 +43,22 @@ If you have better ideas and suggestions, welcome to file an issue.
[https://share.lanol.cn](https://share.lanol.cn)
### Dark Theme
<table style="width:100%">
<tr style="width: 100%">
<td style="width: 50%">
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_10.png" alt="寄文件">
</td>
<td style="width: 50%">
<img src="https://raw.githubusercontent.com/vastsa/FileCodeBox/master/images/img_11.png" alt="寄文件">
</td>
</tr>
</table>
### Send
<table style="width: 100%">
@@ -87,10 +103,17 @@ If you have better ideas and suggestions, welcome to file an issue.
### 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)