From 6bb3d946688c4eaf3ee5c6a3612092bd41df41f1 Mon Sep 17 00:00:00 2001 From: HumanJHawkins Date: Mon, 14 Oct 2019 16:56:14 -0700 Subject: [PATCH] Removed "t" for terabytes in cache sizing. Former instruction "They accept the standard nginx notation for sizes (k/m/g/t)" tests incorrect. "t" is not supported. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5083f11..fc4cff0 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ In addition, there is an environment variable to control the max cache age. CACHE_MAX_AGE 3560d ```` -You can override these at run time by adding the following to your docker run command. They accept the standard nginx notation for sizes (k/m/g/t) and durations (m/h/d). +You can override these at run time by adding the following to your docker run command. They accept the standard nginx notation for sizes (k/m/g) and durations (m/h/d). ``` -e CACHE_MEM_SIZE=4000m -e CACHE_DISK_SIZE=1000g -e CACHE_MAX_AGE 3560d