Changing the default minimum free disk to 10g

This commit is contained in:
Tim Pilius 2024-05-28 22:07:56 -04:00
parent fcba4f8056
commit 855f9f8a48

View file

@ -11,7 +11,7 @@ ENV GENERICCACHE_VERSION=2 \
WEBUSER=www-data \
CACHE_INDEX_SIZE=500m \
CACHE_DISK_SIZE=1000g \
MIN_FREE_DISK=100g \
MIN_FREE_DISK=10g \
CACHE_MAX_AGE=3560d \
CACHE_SLICE_SIZE=1m \
UPSTREAM_DNS="8.8.8.8 8.8.4.4" \