10 lines
213 B
YAML
10 lines
213 B
YAML
version: '2.4'
|
|
services:
|
|
wechatgpt:
|
|
image: xiaomoinfo/wechatgpt:latest
|
|
environment:
|
|
api_key: your_api_key
|
|
wechat: "true"
|
|
wechat_keyword: 小莫
|
|
command: ./server
|
|
restart: always |