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:
|
networks:
|
||||||
- authentik-backend
|
- authentik-backend
|
||||||
secrets:
|
secrets:
|
||||||
- geoip_acccount_id
|
- geoip_account_id
|
||||||
- geoip_license_key
|
- geoip_license_key
|
||||||
environment:
|
environment:
|
||||||
- GEOIPUPDATE_EDITION_IDS
|
- GEOIPUPDATE_EDITION_IDS
|
||||||
|
@ -215,4 +215,4 @@ services:
|
||||||
## HTTP Routers
|
## HTTP Routers
|
||||||
- "traefik.http.routers.whoami-catchall-rtr.rule=Host(`whoami-catchall.${DOMAINNAME}`)"
|
- "traefik.http.routers.whoami-catchall-rtr.rule=Host(`whoami-catchall.${DOMAINNAME}`)"
|
||||||
## Middlewares
|
## 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