Fix geoip_account_id typo. From accc to acc

This commit is contained in:
brokenscripts 2024-08-10 14:17:43 -04:00 committed by GitHub
parent 769262ced5
commit 30eb905c9a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"
- "traefik.http.routers.whoami-catchall-rtr.middlewares=middlewares-authentik@file"