Skip to content

Commit

Permalink
Refactor according to code review
Browse files Browse the repository at this point in the history
  • Loading branch information
王见思 committed May 9, 2020
1 parent 2bccf20 commit 050ff19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ HoshinoBot 的功能繁多,各群可根据自己的需要进行开关控制,

注意,此时您的机器人功能还不完全,部分功能可能无法正常工作。若希望您的机器人可以发送图片,或使用其他进阶功能,请参考本章**更进一步**的对应小节。

##### 完全 docker 部署(推荐)
##### 完全 docker 部署
使用 docker 部署 Hoshino 有更好的隔离性。宿主机也不需要使用虚拟环境管理 python。使用 docker 网络,避免 Hoshino 端口暴露在外。对外仅暴露 coolq 的 VNC 端口。

1. 安装 docker:参考https://docs.docker.com/engine/install/debian/
Expand Down
2 changes: 1 addition & 1 deletion hoshino-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
- 8080
volumes:
- ./:/bot/
- ~/.hoshino:/root/.hoshino # 如果你的静态资源不在 .hoshino 目录下,请在下面加一行挂载参数,将你的静态资源挂载刀 /root/.hoshino/res 中
- ~/.hoshino:/root/.hoshino # 如果你的静态资源不在 .hoshino 目录下,请在下面加一行挂载参数,将你的静态资源挂载到 /root/.hoshino/res 中
# - ~/static_resources/res:/root/.hoshino/res
command: python3.8 /bot/run.py
networks:
Expand Down

0 comments on commit 050ff19

Please sign in to comment.