This repository has been archived by the owner on Nov 27, 2023. It is now read-only.
Docker compose does not respect COMPOSE_FILE variable in v1.0.14 #1668
Labels
compatibility
Compatibility with docker-compose
Description
In version 1.0.14, when setting a list of files with the
COMPOSE_FILE
environment variable documented here, it's not being used/respected.Steps to reproduce the issue:
docker-compose.yml
docker-compose.ecs.yml
minimal script:
Describe the results you received:
in v1.0.14:
Describe the results you expected:
Like in version v1.0.13:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
docker version
:Output of
docker context show
:You can also run
docker context inspect context-name
to give us more details but don't forget to remove sensitive content.Output of
docker info
:Additional environment details (AWS ECS, Azure ACI, local, etc.):
local
The text was updated successfully, but these errors were encountered: