Better descriptions, disabled DATA_DIR being required
This commit is contained in:
@@ -33,7 +33,7 @@ catalog:
|
|||||||
- variable: "CUSTOM_CONF"
|
- variable: "CUSTOM_CONF"
|
||||||
label: "Custom Configuration"
|
label: "Custom Configuration"
|
||||||
description: |
|
description: |
|
||||||
Whether a custom configuration file should be mounted from the persistent data directory or not.
|
Whether a custom configuration file should be mounted from the persistent data directory or not. Data Directory is required for this.
|
||||||
default: false
|
default: false
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
@@ -42,6 +42,7 @@ catalog:
|
|||||||
label: "Data Directory"
|
label: "Data Directory"
|
||||||
description: |
|
description: |
|
||||||
The directory to store persistent data for the stack.
|
The directory to store persistent data for the stack.
|
||||||
|
Leaving this blank will disable persistent data storage for the stack.
|
||||||
default: "Personal/Redis"
|
default: "Personal/Redis"
|
||||||
required: true
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
|||||||
Reference in New Issue
Block a user