From f096dd0cc0c8b94916b9135ed5d31bac9f5e7bb9 Mon Sep 17 00:00:00 2001
From: Matthew Momjian <50788000+mmomjian@users.noreply.github.com>
Date: Sun, 6 Apr 2025 04:09:54 -0400
Subject: [PATCH] fix(deployment): warning for database on network share
 (#17412)

Update example.env
---
 docker/example.env | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docker/example.env b/docker/example.env
index 9ad3af3c0e..0450dc0805 100644
--- a/docker/example.env
+++ b/docker/example.env
@@ -2,7 +2,8 @@
 
 # The location where your uploaded files are stored
 UPLOAD_LOCATION=./library
-# The location where your database files are stored
+
+# The location where your database files are stored. Network shares are not supported for the database
 DB_DATA_LOCATION=./postgres
 
 # To set a timezone, uncomment the next line and change Etc/UTC to a TZ identifier from this list: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List