Caching
info
Work in progress. Do not use in production.
⚙️ Configuration
Variable | Default | Values | Details |
---|---|---|---|
EXPERIMENTAL_CACHE | <empty> | true false | 🚧 Experimentaladded in v3.0 |
How to set configuration options
Set the environment variables when starting the container.
Use
Use
docker run
...- ...with
-e EXPERIMENTAL_CACHE=<empty>
- ...with
--env-file .env
and placeEXPERIMENTAL_CACHE=<empty>
in the file