From 520b93e0f7f7a0f75b56bbcd5b3ac4aca7123b94 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 08:43:14 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0database=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=88=B017?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- teslamate/docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teslamate/docker-compose.yml b/teslamate/docker-compose.yml index 22fc144..09ba50a 100644 --- a/teslamate/docker-compose.yml +++ b/teslamate/docker-compose.yml @@ -17,7 +17,7 @@ services: - all database: - image: postgres:15 + image: postgres:17 restart: always environment: - POSTGRES_USER=teslamate