From 6c07f9a5ab762882a3a10e41de7875125be03663 Mon Sep 17 00:00:00 2001 From: lan Date: Wed, 21 Dec 2022 22:12:14 +0800 Subject: [PATCH] update:arm docker --- readme.md | 1 + readme_en.md | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/readme.md b/readme.md index bd7c7ec..7b2a850 100644 --- a/readme.md +++ b/readme.md @@ -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 diff --git a/readme_en.md b/readme_en.md index 591f1a5..63b65d8 100644 --- a/readme_en.md +++ b/readme_en.md @@ -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 + + + + + + + +
+寄文件 + + +寄文件 + +
+ ### Send @@ -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)