Open jukefr opened 7 years ago
Docker compose supports configuration file inheritance like so : https://docs.docker.com/compose/extends/#example-use-case
but when I try in with the tool to : docker-cloud stack create -f somefile.yml -f prodfile.yml only the second file is used and the first is ignored.
docker-cloud stack create -f somefile.yml -f prodfile.yml
is this intended or bug or not yet implemented ?
Docker compose supports configuration file inheritance like so : https://docs.docker.com/compose/extends/#example-use-case
but when I try in with the tool to :
docker-cloud stack create -f somefile.yml -f prodfile.yml
only the second file is used and the first is ignored.is this intended or bug or not yet implemented ?