fix(GeoIp Update): volume name

This commit is contained in:
Simon 2022-02-22 16:58:44 +01:00
parent 903ba0283e
commit 361f9b7d69
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}