Skip to content

Commit

Permalink
update deployment guide
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhigh committed Nov 27, 2024
1 parent 9dffb04 commit 914baa9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/Chinese/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ sudo docker image prune -f
tail -n 100 ./data/gunicorn.error.log
tail -n 100 ./data/gunicorn.access.log
```
5.2. 设置环境变量后: `USE_DOCKER_LOGS='yes'`
5.2. 设置环境变量后: `USE_DOCKER_LOGS="yes"`
```bash
docker logs container_name
```
Expand All @@ -203,7 +203,7 @@ sudo usermod -aG docker your-username
3.2.2 在"存储空间设置"里面添加一个文件夹映射到 `/data`,比如 `/docker/data` 映射到 `/data`,权限为"读取/写入"
4. 启动完成后使用 http://ip:8001 访问。
5. 如果需要链接分享功能,可以设置环境变量 `APP_DOMAIN`
6. 如果希望使用群晖网页管理页面的logs查看KindleEar的异常记录,可以设置环境变量 `USE_DOCKER_LOGS='yes'`
6. 如果希望使用群晖网页管理页面的logs查看KindleEar的异常记录,可以设置环境变量 `USE_DOCKER_LOGS="yes"`



Expand Down
4 changes: 2 additions & 2 deletions docs/English/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ tail -n 100 ./data/gunicorn.error.log
tail -n 100 ./data/gunicorn.access.log
```

5.2. After setting the environment variable: `USE_DOCKER_LOGS='yes'`
5.2. After setting the environment variable: `USE_DOCKER_LOGS="yes"`
```bash
docker logs container_name
```
Expand All @@ -209,7 +209,7 @@ sudo usermod -aG docker your-username
3.2.2. In the "Volume Settings", add a folder mapped to `/data`, for example, map `/docker/data` to `/data`, with "Read/Write" permissions.
4. After starting, access it via http://ip:8001.
5. If you need the link sharing feature, you can set the environment variable `APP_DOMAIN`.
6. To view KindleEar's error logs through the Synology web management interface, you can set the environment variable `USE_DOCKER_LOGS='yes'`.
6. To view KindleEar's error logs through the Synology web management interface, you can set the environment variable `USE_DOCKER_LOGS="yes"`.



Expand Down

0 comments on commit 914baa9

Please sign in to comment.