From e15f3648a958965f37e96f9910921d549c31510c Mon Sep 17 00:00:00 2001 From: zhao Date: Sat, 31 May 2025 09:51:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20qinglong?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- qinglong | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 qinglong diff --git a/qinglong b/qinglong new file mode 100644 index 0000000..806d9c4 --- /dev/null +++ b/qinglong @@ -0,0 +1,10 @@ +services: + web: + image: whyour/qinglong:latest # 基于 Debian 的版本:whyour/qinglong:debian + volumes: + - ./data:/ql/data + ports: + - "5700:5700" + environment: + QlBaseUrl: '/' # 部署路径非必须,以斜杠开头和结尾,比如 /test/ + restart: unless-stopped \ No newline at end of file