🐳 新增一个docker-compose文件

This commit is contained in:
李寻欢 2023-10-26 10:10:48 +08:00
parent 8f15b58825
commit 11d79e4540

13
docker-compose.yaml Normal file
View File

@ -0,0 +1,13 @@
version: '3'
services:
wxhelper:
container_name: wxhelper
image: gitee.ltd/lxh/go-wxhelper:latest
restart: unless-stopped
volumes:
# 配置文件请参阅项目根目录的config.yaml文件
- ./config/config.yaml:/app/config.yaml
ports:
- "19099:19099"