From b19dbb17cefbb7dfa813a94486792415262b1fab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Oct 2025 19:52:22 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/persistence/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/persistence/README.md b/src/persistence/README.md index fa9ea72..652a756 100644 --- a/src/persistence/README.md +++ b/src/persistence/README.md @@ -15,7 +15,8 @@ Store data you with to persist between cntainer rebuilds. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| paths | Colon separated list of directory paths to persist. | string | - | +| directories | Colon separated list of directory paths to persist. | string | - | +| files | Colon separated list of file paths to persist. | string | - |