fix: correct .env path in comments with example data/app dir

This commit is contained in:
Viren070
2025-06-25 19:12:24 +01:00
parent 5d86640c14
commit f07e8926eb
+1 -1
View File
@@ -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