Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
sakarie9 committed May 30, 2021
1 parent 66dd75e commit 2c8bcba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
13 changes: 2 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ services:
restart: unless-stopped
volumes:
- ./efb:/app/config
networks:
efbm:
aliases:
- efb
network_mode: "host"
depends_on:
- mirai

Expand All @@ -21,10 +18,4 @@ services:
volumes:
- ./mirai/config:/app/config
- ./mirai/bots:/app/bots
networks:
efbm:
aliases:
- mirai

networks:
efbm:
network_mode: "host"
2 changes: 1 addition & 1 deletion efb/profiles/default/milkice.qq/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Client: mirai
mirai:
qq: xxxxxxxx # 这里换成登录的 QQ 号
host: "mirai" # Mirai HTTP API 监听地址,一般是 127.0.0.1
host: "127.0.0.1" # Mirai HTTP API 监听地址,一般是 127.0.0.1
port: 8080 # Mirai HTTP API 监听端口,一般是 8080
authKey: "xxxxxxxx" # 这里填入在配置 Mirai API HTTP 时生成的 authKey

0 comments on commit 2c8bcba

Please sign in to comment.