From eded7b292bdb9592d6764d634f28b08278bcc85a Mon Sep 17 00:00:00 2001 From: npc0-hue Date: Wed, 28 Jan 2026 12:04:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20.env=E7=9A=84=E9=BB=98=E8=AE=A4mysql?= =?UTF-8?q?=E7=9A=84=E9=85=8D=E7=BD=AE=E6=94=B9=E6=88=90=E9=BB=98=E8=AE=A4?= =?UTF-8?q?postgres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/.env.example b/docker/.env.example index 056e65755..916b4627d 100644 --- a/docker/.env.example +++ b/docker/.env.example @@ -238,7 +238,7 @@ DB_TYPE=postgresql # For MySQL, only `root` user is supported for now DB_USERNAME=postgres DB_PASSWORD=difyai123456 -DB_HOST=db +DB_HOST=db_postgres DB_PORT=5432 DB_DATABASE=dify