change image name

This commit is contained in:
神楽坂喵 2021-01-21 16:47:00 +08:00
parent 6985255dd9
commit eeb6ba6e49

View File

@ -2,6 +2,7 @@ version: '3'
services: services:
app: app:
build: . build: .
image: slack-dingtalk-bridge
ports: ports:
- 3000:3000 - 3000:3000
restart: unless-stopped restart: unless-stopped
@ -9,4 +10,3 @@ services:
- SLACK_SIGNING_SECRET=*** - SLACK_SIGNING_SECRET=***
- SLACK_BOT_TOKEN=xoxb-*** - SLACK_BOT_TOKEN=xoxb-***
- DINGTALK_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=这里填写自己钉钉群自定义机器人的token' - DINGTALK_WEBHOOK='https://oapi.dingtalk.com/robot/send?access_token=这里填写自己钉钉群自定义机器人的token'