I have this file: docker-compose.test.yml
But when I try to run docker-compose, this happens:
$ docker-compose up
ERROR:
Can't find a suitable configuration file in this directory or any
parent. Are you in the right directory?
Supported filenames: docker-compose.yml, docker-compose.yaml
Is there some option to specify which file to use?