community.docker/changelogs/fragments/174-docker_compose-env_file.yml
Ajpantuso 9b661a6ac2
docker_compose - add env_file option (#174)
* Initial commit

* Adding changelog and fixing docs

* Fixing integration tests

* Restricting minimum docker-compose versions for tests

* Applying initial review suggestions
2021-07-16 19:01:20 +02:00

5 lines
178 B
YAML

---
minor_changes:
- docker_compose - added ``env_file`` option for specifying custom environment files
(https://github.com/ansible-collections/community.docker/pull/174).