feat: added example values
This commit is contained in:
parent
8b3413bde7
commit
6b8beb5518
2 changed files with 5 additions and 5 deletions
|
@ -1 +1 @@
|
|||
MYSQL_ROOT_PASSWORD=
|
||||
MYSQL_ROOT_PASSWORD=YOUR_RANDOM_PASSWORD
|
|
@ -1,7 +1,7 @@
|
|||
# Database settings
|
||||
MYSQL_PASSWORD=
|
||||
MYSQL_DATABASE=
|
||||
MYSQL_USER=
|
||||
# Nextcloud database settings
|
||||
MYSQL_DATABASE=nextcloud
|
||||
MYSQL_USER=nextcloud
|
||||
MYSQL_PASSWORD=YOUR_RANDOM_PASSWORD
|
||||
|
||||
# reverse proxy settings
|
||||
# if you're not a reverse proxy, you must uncomment the following lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue