From b2c7f9db9537b9f9d2b123ffab3f75c66cff4d3d Mon Sep 17 00:00:00 2001
From: Mart van Santen <mart@greenhost.nl>
Date: Fri, 26 Nov 2021 06:09:54 +0100
Subject: [PATCH] Old location for config file

---
 kratos/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kratos/Dockerfile b/kratos/Dockerfile
index d2dfe2c..788014f 100644
--- a/kratos/Dockerfile
+++ b/kratos/Dockerfile
@@ -5,4 +5,5 @@ ENV DSN=postgres://postgres:postgres@postgres:5432/postgres
 
 COPY identity.default.schema.json /etc/config/identity.default.schema.json
 COPY kratos.yaml /etc/config/kratos/kratos.yaml
+COPY kratos.yaml /etc/config/kratos/kratos.yml
 
-- 
GitLab