From c0e6f6be3c9d3051837db7a39f77d2828ad10258 Mon Sep 17 00:00:00 2001 From: Moritz Date: Wed, 8 Mar 2023 16:49:28 +0100 Subject: [PATCH] fix: deactiviate default blueprints --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yml b/compose.yml index e2e228e..1833fac 100644 --- a/compose.yml +++ b/compose.yml @@ -91,8 +91,8 @@ services: - media:/media - /var/run/docker.sock:/var/run/docker.sock - custom-templates:/templates - - /dev/null:/blueprints/default/10-flow-default-authentication-flow.yaml - - /dev/null:/blueprints/default/10-flow-default-invalidation-flow.yaml + - /dev/null:/blueprints/default/flow-default-authentication-flow.yaml + - /dev/null:/blueprints/default/flow-default-invalidation-flow.yaml configs: - source: custom_flows target: /blueprints/custom_flows.yaml