From bfa9b3af897b46b51fa51c0de7e8ad8578372264 Mon Sep 17 00:00:00 2001 From: Louis Weston Date: Mon, 1 Sep 2025 12:02:44 +0200 Subject: [PATCH] Update docker-compose.yaml with latest configuration changes --- examples/who-am-i/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/who-am-i/docker-compose.yaml b/examples/who-am-i/docker-compose.yaml index a01e750..e423856 100644 --- a/examples/who-am-i/docker-compose.yaml +++ b/examples/who-am-i/docker-compose.yaml @@ -12,7 +12,7 @@ services: start_period: 10s start_interval: 1s configs: - - source: config.yaml + - source: dex-config.yaml target: /config.yaml env_file: - .dex.secret.env @@ -45,7 +45,7 @@ services: - 3000:3000 configs: - config.yaml: + dex-config.yaml: content: | issuer: http://localhost:5556 web: