Skip to content

Commit 3ed64a2

Browse files
authored
Update README.md
1 parent 785c1cd commit 3ed64a2

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,28 @@ LINE側
8686
* LINE側の[制約](https://developers.line.biz/ja/docs/messaging-api/user-consent/)により,LINE側のユーザ名は情報の取得に同意したユーザのみ取得可能です.情報の取得に同意していないユーザは,ユーザ名の代わりに一意のIDで表示されます.
8787
* LINEスタンプには対応していません.
8888

89+
## Dockerイメージ
90+
91+
https://hub.docker.com/r/ydkk/slack-line-bridge
92+
93+
`docker-compose.yml` の例
94+
```yml
95+
version: '3'
96+
services:
97+
bridge:
98+
restart: always
99+
image: ydkk/slack-line-bridge:latest
100+
volumes:
101+
- ./appsettings.AWS.json:/app/appsettings.AWS.json:ro
102+
- ./appsettings.json:/app/appsettings.json:ro
103+
- ./config.json:/app/config.json:ro
104+
networks:
105+
- bridge_external_network
106+
networks:
107+
bridge_external_network:
108+
external: true
109+
```
110+
89111
## License
90112
91113
MIT

0 commit comments

Comments
 (0)