Update readme.md

This commit is contained in:
vastsa
2022-12-21 22:09:37 +08:00
committed by GitHub
parent eec2ec6354
commit f94a918253
+1 -1
View File
@@ -105,7 +105,7 @@ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --n
```
#### ARM
```bash
docker run -d --restart=always -p 12345:12345 -v /Users/lan/soft/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --name filecodebox lanol/filecodebox:arm
```
### 其他方式