diff --git a/readme.md b/readme.md index b342ee3..16b62eb 100644 --- a/readme.md +++ b/readme.md @@ -84,13 +84,12 @@ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --n ### 其他方式 -请参考->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v) +仅供参考,历史版本->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v) ## 配置文件 如果需要修改配置,可以将该文件放在`/opt/FileCodeBox/`目录下,并命名为`.env`,然后重启容器即可。 - -```bash +如果不是Docker,则需要在项目同目录下新建一个`data`文件夹,然后在创建`.env`文件 ```dotenv # 端口 diff --git a/readme_en.md b/readme_en.md index 64fb8cd..95fe258 100644 --- a/readme_en.md +++ b/readme_en.md @@ -89,13 +89,14 @@ docker run -d --restart=always -p 12345:12345 -v /opt/FileCodeBox/:/app/data --n ### Other methods -请参考->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v) +For reference only, historical version->[部署文档](https://www.yuque.com/lxyo/work/zd0kvzy7fofx6w7v) ## Configuration file if you need to modify the configuration, you can put the file in `/opt/FileCodeBox/` directory and name it `.env` , and -then -restart the container. +then restart the container. +If it is not Docker, you need to create a `data` folder in the same directory as the project, and then create a `.env` +file ```bash