From 11d79e4540eb4f019dd9d204403c80b403affc48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Thu, 26 Oct 2023 10:10:48 +0800 Subject: [PATCH] =?UTF-8?q?:whale:=20=E6=96=B0=E5=A2=9E=E4=B8=80=E4=B8=AAd?= =?UTF-8?q?ocker-compose=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docker-compose.yaml diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..65b3090 --- /dev/null +++ b/docker-compose.yaml @@ -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" +