From f07e8926ebed57dbf880f22ab2a4bac6135c88ea Mon Sep 17 00:00:00 2001 From: Viren070 Date: Wed, 25 Jun 2025 19:12:24 +0100 Subject: [PATCH] fix: correct .env path in comments with example data/app dir --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index db0fbfd..3c3917a 100644 --- a/.env +++ b/.env @@ -6,7 +6,7 @@ # Use the value from the 'TZ identifier' column TZ=Etc/UTC -# Directory configuration. This .env file should be in $DOCKER_APP_DIR/.env +# Directory configuration. This .env file should be in /opt/docker, using the defaults below. # You MUST use absolute paths, otherwise each bind mount would be created relative to each compose file, and not # the current directory DOCKER_DATA_DIR=/opt/docker/data