Added MySQL root password variable and question
This commit is contained in:
@@ -46,7 +46,7 @@ services:
|
|||||||
- 2606:4700:4700::1001
|
- 2606:4700:4700::1001
|
||||||
environment:
|
environment:
|
||||||
MYSQL_DATABASE: joomla_db
|
MYSQL_DATABASE: joomla_db
|
||||||
MYSQL_ROOT_PASSWORD:
|
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASS}
|
||||||
MYSQL_USER: joomla_user
|
MYSQL_USER: joomla_user
|
||||||
MYSQL_PASSWORD: ${DB_USER_PASS}
|
MYSQL_PASSWORD: ${DB_USER_PASS}
|
||||||
labels:
|
labels:
|
||||||
|
|||||||
@@ -24,6 +24,14 @@ catalog:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
|
||||||
|
- variable: "DB_ROOT_PASS"
|
||||||
|
label: "Database Root Password"
|
||||||
|
description: |
|
||||||
|
A secure password to be used by the "root" database user.
|
||||||
|
# default:
|
||||||
|
required: true
|
||||||
|
type: password
|
||||||
|
|
||||||
- variable: "DB_USER_PASS"
|
- variable: "DB_USER_PASS"
|
||||||
label: "Database User Password"
|
label: "Database User Password"
|
||||||
description: |
|
description: |
|
||||||
|
|||||||
Reference in New Issue
Block a user