mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
fix: correct .env path in comments with example data/app dir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user