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"