mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-21 19:43:05 +00:00
Dockerfile: Change CACHE_DISK_SIZE to be in gigabyte (g)
This commit is contained in:
parent
f67cd7cfcf
commit
4883d1f8e5
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ ENV GENERICCACHE_VERSION=2 \
|
|||
CACHE_MODE=monolithic \
|
||||
WEBUSER=www-data \
|
||||
CACHE_INDEX_SIZE=500m \
|
||||
CACHE_DISK_SIZE=1000000m \
|
||||
CACHE_DISK_SIZE=1000g \
|
||||
CACHE_MAX_AGE=3560d \
|
||||
CACHE_SLICE_SIZE=1m \
|
||||
UPSTREAM_DNS="8.8.8.8 8.8.4.4" \
|
||||
|
|
Loading…
Reference in a new issue