Skip to content

Commit

Permalink
Update 3.deployment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhigh committed Mar 30, 2024
1 parent f5b7761 commit 53e6cc9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Chinese/3.deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ sudo netfilter-persistent save

3. 上面的命令直接使用gunicorn为web服务器,尽管对于我们的应用来说,绰绰有余,而且还能省点资源。
但是你感觉有些不专业,希望使用更强大的nginx,并且也想启用邮件中转功能(需要开放25端口并且申请域名):

```bash
mkdir data #for database and logs
wget https://raw.githubusercontent.com/cdhigh/KindleEar/master/docker/docker-compose.yml
Expand Down

0 comments on commit 53e6cc9

Please sign in to comment.