Skip to content

Commit

Permalink
docs: 📝 更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
hymbz committed Jan 13, 2024
1 parent 4c85fcf commit 7397e06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/本地部署翻译.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,6 @@ manga_image_translator_cpu | [web] Running in web mode
manga_image_translator_cpu | Serving up app on http://0.0.0.0:5003
```
注意,此时关掉这个窗口的话 docker 也会停止。需要无窗口后台运行的话,请使用 `docker-compose up -d` 命令。
## 配置翻译服务
不同的翻译服务需要自行申请 api key 后进行配置,以 GPT 为例:
Expand All @@ -85,7 +83,7 @@ services:
manga_image_translator:
image: zyddnys/manga-image-translator:main
container_name: manga_image_translator_cpu
command: -l ENG --manga2eng -v --mode web --host=0.0.0.0 --port=5003
command: --manga2eng -v --mode web --host=0.0.0.0 --port=5003
volumes:
- ./result:/app/result
ports:
Expand Down

0 comments on commit 7397e06

Please sign in to comment.