添加 sub-store

This commit is contained in:
2025-08-25 08:20:04 +08:00
commit 1044a72280

8
sub-store Normal file
View File

@@ -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