feat: added example values

This commit is contained in:
sujiba 2024-05-23 13:51:39 +02:00
parent 8b3413bde7
commit 6b8beb5518
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
MYSQL_ROOT_PASSWORD= MYSQL_ROOT_PASSWORD=YOUR_RANDOM_PASSWORD

View file

@ -1,7 +1,7 @@
# Database settings # Nextcloud database settings
MYSQL_PASSWORD= MYSQL_DATABASE=nextcloud
MYSQL_DATABASE= MYSQL_USER=nextcloud
MYSQL_USER= MYSQL_PASSWORD=YOUR_RANDOM_PASSWORD
# reverse proxy settings # reverse proxy settings
# if you're not a reverse proxy, you must uncomment the following lines # if you're not a reverse proxy, you must uncomment the following lines