8 lines
208 B
Plaintext
8 lines
208 B
Plaintext
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 |