Update readme.md

This commit is contained in:
vastsa
2022-12-21 22:09:37 +08:00
committed by GitHub
parent 79e6987929
commit 8cee9e9e95
+1 -1
View File
@@ -105,7 +105,7 @@ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --n
``` ```
#### ARM #### ARM
```bash ```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
``` ```
### 其他方式 ### 其他方式