From 6f06b44659e469f5b0f4f4abe3d3379ca3888519 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: Tue, 15 Jul 2025 10:18:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E7=89=B9=E6=96=AF=E6=8B=89ma?= =?UTF-8?q?te=E6=97=B6=E5=80=99=20=E6=8B=89=E5=8F=96=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E9=95=9C=E5=83=8F?= 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 de0f6c5..e65f5a5 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 + sudo docker compose up -d --pull always } check_docker_compose() {