mirror of
https://github.com/lancachenet/monolithic
synced 2024-11-24 21:13:02 +00:00
Merge pull request #64 from HumanJHawkins/master
Removed "t" for terabytes in cache sizing.
This commit is contained in:
commit
98153f50cb
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ In addition, there is an environment variable to control the max cache age.
|
||||||
CACHE_MAX_AGE 3560d
|
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
|
-e CACHE_MEM_SIZE=4000m -e CACHE_DISK_SIZE=1000g -e CACHE_MAX_AGE 3560d
|
||||||
|
|
Loading…
Reference in a new issue