Yacht icon indicating copy to clipboard operation
Yacht copied to clipboard

feat: support compose.y(a)ml

Open leeoocca opened this issue 1 year ago • 0 comments

Newer Docker Compose projects use the shorter compose.yaml or compose.yml filename.

The default path for a Compose file is compose.yaml (preferred) or compose.yml that is placed in the working directory. Compose also supports docker-compose.yaml and docker-compose.yml for backwards compatibility of earlier versions. https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file

leeoocca avatar Nov 19 '24 13:11 leeoocca