🧹 chore: Update Docker Docs & Make cache field Optional for Custom Config (#2211)

* docs: updating docker

* fix(customConfig): make `cache` field optional as intended (though not recommended for local setups)
This commit is contained in:
Danny Avila 2024-03-26 05:45:20 -04:00 committed by GitHub
parent f55bd3d0e9
commit 5c3c28009f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 24 additions and 8 deletions

View file

@ -185,7 +185,7 @@ export const rateLimitSchema = z.object({
export const configSchema = z.object({
version: z.string(),
cache: z.boolean(),
cache: z.boolean().optional().default(true),
interface: z
.object({
privacyPolicy: z