feat: make geoipupdate container opt-in via COMPOSE_PROFILES
This commit is contained in:
@@ -106,6 +106,7 @@ services:
|
||||
geoipupdate:
|
||||
container_name: geoipupdate-${HOSTNAME}
|
||||
image: ghcr.io/maxmind/geoipupdate
|
||||
profiles: [geoipupdate]
|
||||
restart: always
|
||||
environment:
|
||||
- GEOIPUPDATE_ACCOUNT_ID=${GEOIPUPDATE_ACCOUNT_ID:-}
|
||||
|
||||
Reference in New Issue
Block a user