Fix geoip_account_id
typo. From accc to acc
This commit is contained in:
parent
0d6dea65b7
commit
769262ced5
1 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@ secrets:
|
|||
gmail_smtp_password:
|
||||
file: ${DOCKERDIR}/secrets/gmail_smtp_password
|
||||
## GeoIP
|
||||
geoip_acccount_id:
|
||||
file: ${DOCKERDIR}/secrets/geoip_acccount_id
|
||||
geoip_account_id:
|
||||
file: ${DOCKERDIR}/secrets/geoip_account_id
|
||||
geoip_license_key:
|
||||
file: ${DOCKERDIR}/secrets/geoip_license_key
|
||||
|
||||
|
@ -57,4 +57,4 @@ include:
|
|||
- ${DOCKERDIR}/my-compose/traefik/compose.yaml
|
||||
- ${DOCKERDIR}/my-compose/socket-proxy/compose.yaml
|
||||
- ${DOCKERDIR}/my-compose/authentik/compose.yaml
|
||||
- ${DOCKERDIR}/my-compose/whoami/compose.yaml
|
||||
- ${DOCKERDIR}/my-compose/whoami/compose.yaml
|
||||
|
|
Loading…
Reference in a new issue