diff --git a/nextcloud/mariadb.env b/nextcloud/mariadb.env index 2b1b863..abcd135 100644 --- a/nextcloud/mariadb.env +++ b/nextcloud/mariadb.env @@ -1 +1 @@ -MYSQL_ROOT_PASSWORD= \ No newline at end of file +MYSQL_ROOT_PASSWORD=YOUR_RANDOM_PASSWORD \ No newline at end of file diff --git a/nextcloud/nextcloud.env b/nextcloud/nextcloud.env index f22fbaa..eef0fe3 100644 --- a/nextcloud/nextcloud.env +++ b/nextcloud/nextcloud.env @@ -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