Skip to main content
Version: v3 (latest✅)

Caching

info

Work in progress. Do not use in production.

⚙️ Configuration

VariableDefaultValuesDetails
EXPERIMENTAL_CACHE<empty>true
false
🚧 Experimentaladded in v3.0
How to set configuration options
Set the environment variables when starting the container.
Use docker run...
  • ...with -e EXPERIMENTAL_CACHE=<empty>
  • ...with --env-file .env and place EXPERIMENTAL_CACHE=<empty> in the file
See installation page for more details.