Merge pull request 'fix(GeoIp Update): volume name' (#34) from plausible into main

Reviewed-on: #34
This commit is contained in:
Simon 2022-02-22 16:59:09 +01:00
commit b8814b4391
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ services:
container_name: ${GEOIPUPDATE_CONTAINER_NAME:-geoip-updater}
restart: always
volumes:
- geoip:${GEOIPUPDATE_DB_DIR:-/usr/share/GeoIP}
- geoipupdate:${GEOIPUPDATE_DB_DIR:-/usr/share/GeoIP}
environment:
GEOIPUPDATE_ACCOUNT_ID: ${GEOIPUPDATE_ACCOUNT_ID:?err}
GEOIPUPDATE_LICENSE_KEY: ${GEOIPUPDATE_LICENSE_KEY:?err}