Fix typo in DISKCACHE_DIR var name
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
2021-12-23 12:02:24 +01:00
parent 5ab45e60af
commit d17b9a2f27
2 changed files with 2 additions and 2 deletions

View File

@@ -481,7 +481,7 @@ environment variables: `MYSQL_USER`, `MYSQL_PWD`, `MYSQL_DB`, `MYSQL_HOST`
- `CACHE=redis`: Redis cache. Connection can be defined with the following
environment variables: `REDIS_HOST`, `REDIS_PORT`, `REDIS_DB`, `REDIS_PWD`
- `CACHE=diskcache`: disk-based cache. Target directory canbe defined with
`DISKCAHE_DIR`.
`DISKCACHE_DIR`.
To limit the size of the cache: