From 769262ced5eb8c57adfe740b4e66eb7b7c7d6952 Mon Sep 17 00:00:00 2001 From: brokenscripts <33771978+brokenscripts@users.noreply.github.com> Date: Sat, 10 Aug 2024 14:13:10 -0400 Subject: [PATCH] Fix `geoip_account_id` typo. From accc to acc --- my-compose/compose.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/my-compose/compose.yaml b/my-compose/compose.yaml index 864f6b3..6235d3e 100644 --- a/my-compose/compose.yaml +++ b/my-compose/compose.yaml @@ -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 \ No newline at end of file + - ${DOCKERDIR}/my-compose/whoami/compose.yaml