From 1044a72280017a02289d0c02d6ce707ebc2b8a39 Mon Sep 17 00:00:00 2001 From: doctorchen80 Date: Mon, 25 Aug 2025 08:20:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20sub-store?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub-store | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sub-store diff --git a/sub-store b/sub-store new file mode 100644 index 0000000..b4a4b1b --- /dev/null +++ b/sub-store @@ -0,0 +1,8 @@ +docker run -it -d \ +--restart=always \ +-e "SUB_STORE_CRON=55 23 * * *" \ +-e SUB_STORE_FRONTEND_BACKEND_PATH=/chentiewu1980 \ +-p 3001:3001 \ +-v /etc/sub-store:/opt/app/data \ +--name sub-store \ +xream/sub-store \ No newline at end of file