mirror of
https://github.com/docker/docs.git
synced 2026-04-04 02:08:57 +07:00
The 'env_file' directive and feature precludes the use of the name '.env' in the path shared with 'docker-config.yml', regardless of whether or not it is enabled. This change adds an additional validation to allow the use of this path provided it is not a file. Signed-off-by: Thom Linton <thom.linton@gmail.com>