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 | - |