Skip to content

Commit

Permalink
Fix broken Dockerfile
Browse files Browse the repository at this point in the history
We apparently still require a GeoIP.conf file even if all of the config
is passed via environment variables.
  • Loading branch information
oschwald committed Jul 12, 2023
1 parent ec4a89d commit db2c6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pid=0
database_dir=/usr/share/GeoIP
log_dir="/tmp/geoipupdate"
log_file="$log_dir/.healthcheck"
flags="--output"
flags="--output -f /dev/null"
frequency=$((GEOIPUPDATE_FREQUENCY * 60 * 60))

if [ -z "$GEOIPUPDATE_DB_DIR" ]; then
Expand Down

0 comments on commit db2c6f0

Please sign in to comment.