From d3072aceca922d18429d1d93fa05c8cc706f4fb8 Mon Sep 17 00:00:00 2001 From: chan Date: Fri, 6 Feb 2026 17:26:44 +0900 Subject: [PATCH] =?UTF-8?q?nsupported=20dialect=20'"postgres'=20=EC=98=A4?= =?UTF-8?q?=EB=A5=98=EB=A5=BC=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compose.ory.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.ory.yaml b/compose.ory.yaml index 5e9d5f9d..a441d87c 100644 --- a/compose.ory.yaml +++ b/compose.ory.yaml @@ -39,7 +39,7 @@ services: - KRATOS_SELFSERVICE_FLOWS_LOGOUT_AFTER_DEFAULT_BROWSER_RETURN_URL=${KRATOS_UI_URL:-http://localhost:5000}/login volumes: - ./docker/ory/kratos:/etc/config/kratos - command: -c /etc/config/kratos/kratos.yml migrate sql -e --yes + command: migrate sql -c /etc/config/kratos/kratos.yml --yes depends_on: postgres_ory: condition: service_healthy