From c9cf322c91effdbb15b424029313c42f5ccb3425 Mon Sep 17 00:00:00 2001 From: wukongdaily <143675923+wukongdaily@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:56:00 +0800 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f7fa6b1..c338824 100644 --- a/README.md +++ b/README.md @@ -127,4 +127,14 @@ https://github.com/linkease/istore ![mt3000](https://github.com/wukongdaily/gl-inet-onescript/assets/143675923/0ff6cb12-0812-4198-b97b-30698da6a8c4) - +# 其他docker举例 盒子助手docker版 +```bash +docker run -d \ + --restart unless-stopped \ + --name tvhelper \ + -p 2299:22 \ + -p 2288:80 \ + -v "/mnt/upan_data/tvhelper_data:/tvhelper/shells/data" \ + -e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/android-sdk/platform-tools \ + wukongdaily/box:latest +```