From fff07bbce662df391159c98c2155a2da8a433480 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, 16 Jul 2025 08:14:29 +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 e65f5a5..de0f6c5 100644 --- a/zero3/pi.sh +++ b/zero3/pi.sh @@ -611,7 +611,7 @@ install_teslamate() { sudo mkdir -p /opt/teslamate/import wget -O /opt/teslamate/docker-compose.yml https://cafe.cpolar.cn/wkdaily/zero3/raw/branch/main/teslamate/docker-compose.yml cd /opt/teslamate - sudo docker compose up -d --pull always + sudo docker-compose up -d } check_docker_compose() {