forked from lxh/go-wxhelper
🐳 新增一个docker-compose文件
This commit is contained in:
parent
8f15b58825
commit
11d79e4540
13
docker-compose.yaml
Normal file
13
docker-compose.yaml
Normal 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"
|
||||
|
Loading…
Reference in New Issue
Block a user