Mounting "conf" directory instead of just httpd.conf
This commit is contained in:
@@ -29,7 +29,7 @@ catalog:
|
||||
label: "Web Port"
|
||||
description: |
|
||||
The port to locally access the web interface on.
|
||||
Leaving this blank will disable opening any port on the host system.
|
||||
Leaving this empty will disable opening any port on the host system.
|
||||
default: "10900"
|
||||
required: false
|
||||
type: int
|
||||
@@ -37,7 +37,7 @@ catalog:
|
||||
- variable: "PERSIST_CONF"
|
||||
label: "Persistent Configuration"
|
||||
description: |
|
||||
Have a persistent httpd.conf file mounted.
|
||||
Have a persistent "conf" directory.
|
||||
default: true
|
||||
required: true
|
||||
type: boolean
|
||||
|
||||
Reference in New Issue
Block a user