From 30eb905c9a63b400300c6d52136ea8408534ee22 Mon Sep 17 00:00:00 2001 From: brokenscripts <33771978+brokenscripts@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:17:43 -0400 Subject: [PATCH] Fix `geoip_account_id` typo. From accc to acc --- my-compose/authentik/compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-compose/authentik/compose.yaml b/my-compose/authentik/compose.yaml index 92928b1..805d56a 100644 --- a/my-compose/authentik/compose.yaml +++ b/my-compose/authentik/compose.yaml @@ -165,7 +165,7 @@ services: networks: - authentik-backend secrets: - - geoip_acccount_id + - geoip_account_id - geoip_license_key environment: - GEOIPUPDATE_EDITION_IDS @@ -215,4 +215,4 @@ services: ## HTTP Routers - "traefik.http.routers.whoami-catchall-rtr.rule=Host(`whoami-catchall.${DOMAINNAME}`)" ## Middlewares - - "traefik.http.routers.whoami-catchall-rtr.middlewares=middlewares-authentik@file" \ No newline at end of file + - "traefik.http.routers.whoami-catchall-rtr.middlewares=middlewares-authentik@file"