update:arm docker
This commit is contained in:
@@ -99,9 +99,14 @@
|
||||
|
||||
### 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 /Users/lan/soft/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
|
||||
```
|
||||
|
||||
### 其他方式
|
||||
|
||||
|
||||
Reference in New Issue
Block a user