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