Fix geoip_account_id
typo. From accc to acc
This commit is contained in:
parent
769262ced5
commit
30eb905c9a
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue