From 9aa12d49654b6d2be26aff9cdd0038e2110451a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Wed, 18 Jun 2025 10:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20zero3/pi.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zero3/pi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zero3/pi.sh b/zero3/pi.sh index c025b85..cd9b04c 100644 --- a/zero3/pi.sh +++ b/zero3/pi.sh @@ -505,7 +505,7 @@ install_wukongdaily_box() { --name tvhelper \ -p 2299:22 \ -p 2288:80 \ - -v "/mnt/tvhelper_data:/tvhelper/shells/data" \ + -v "/mnt/tvhelper_data:/data" \ -e PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/lib/android-sdk/platform-tools \ wukongdaily/box:latest if ! docker ps | grep -q "wukongdaily/box"; then