You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #818 [MakeDocker] add support for .yml docker-compose files (jrushlow)
This PR was squashed before being merged into the 1.0-dev branch.
Discussion
----------
[MakeDocker] add support for .yml docker-compose files
Currently, `make:docker:database` only supports creating & manipulating `docker-compose.yaml` files. In the docker world however, it is common to have `docker-compose.yml` files. This PR adds support to manipulate existing `docker-compose`(`.yml`||`.yaml`) files.
When running this command without an existing compose file, `.yaml` will be used.
fixes#777
Commits
-------
56becd3 [MakeDocker] add support for .yml docker-compose files
0 commit comments