From b189d2e66ed4a9c5a113a21b3e6df5bb7b8fad74 Mon Sep 17 00:00:00 2001 From: onlyLTY <46625336+onlyLTY@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:55:33 +0800 Subject: [PATCH 1/2] =?UTF-8?q?build():=20docker=20build=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=8F=98=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/Dockerfile b/docker/Dockerfile index 97d4192..7233ca9 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -15,6 +15,7 @@ RUN apk add --no-cache tzdata \ # 设置环境变量 ENV secretKey="" \ DOCKER_HOST="tcp://127.0.0.1:9375" \ + BACKUP_DIR="/data" \ TZ="Asia/Shanghai" VOLUME ["/data"] From a68ae43c92a95b806be689e6a98ab2193a8fd885 Mon Sep 17 00:00:00 2001 From: onlyLTY <46625336+onlyLTY@users.noreply.github.com> Date: Mon, 30 Sep 2024 22:57:50 +0800 Subject: [PATCH 2/2] =?UTF-8?q?feat():=202.0.6=E5=AE=9A=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version b/version index 2cf951e..49e486f 100644 --- a/version +++ b/version @@ -1 +1 @@ -v2.0.5-UGREEN +v2.0.6-UGREEN \ No newline at end of file