From 6b8beb5518102b3fb419674a5ba81014a6b56d35 Mon Sep 17 00:00:00 2001 From: sujiba Date: Thu, 23 May 2024 13:51:39 +0200 Subject: [PATCH] feat: added example values --- nextcloud/mariadb.env | 2 +- nextcloud/nextcloud.env | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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