commit
c80767c59f
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@ -0,0 +1,10 @@
|
||||
version: '2.4'
|
||||
services:
|
||||
wechatgpt:
|
||||
image: xiaomoinfo/wechatgpt:latest
|
||||
environment:
|
||||
api_key: your_api_key
|
||||
wechat: "true"
|
||||
wechat_keyword: 小莫
|
||||
command: ./server
|
||||
restart: always
|
Loading…
x
Reference in New Issue
Block a user