feat:完成微信公众号的自动化工具
This commit is contained in:
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
services:
|
||||
x2wechat:
|
||||
build: .
|
||||
container_name: x2wechat-studio
|
||||
ports:
|
||||
- "18000:8000"
|
||||
env_file:
|
||||
- .env
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user