Skip to content

Commit

Permalink
1. fix issue: myreader-io#31
Browse files Browse the repository at this point in the history
2. add app_mentioned:read Scope.
  • Loading branch information
WangTianming committed Apr 23, 2023
1 parent 40c982c commit e8ff4bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added docs/assets/images/slack_10.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion docs/how-to-install/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Slack 应用可能大家比较少创建,因此本文将通过详细的图片

6、下拉到 Scopes 部分,点击 Add an OAuth Scope,添加下图所示的 Scope

![Slack](../assets/images/slack_5.png?raw=true "Slack")
![Slack](../assets/images/slack_10.png?raw=true "Slack")

7、回到当前页面上方,点击 install to Workspace 按钮,按照提示安装。

Expand Down Expand Up @@ -126,6 +126,7 @@ services:
SLACK_SIGNING_SECRET: ${SLACK_SIGNING_SECRET}
ports:
- ${PORT}:8080
network_mode: "host"
```

以下是 `.env` 内容。
Expand Down

0 comments on commit e8ff4bf

Please sign in to comment.