【Compose prefers the canonical compose】の検索結果
知らなかったそんなの……
せこせことdocker-compose.ymlに直してたけどcompose.yamlでいいんだね
The default path for a Compose file iscompose.yaml
(preferred) orcompose.yml
that is placed in the working directory.
Compose also supportsdocker-compose.yaml
anddocker-compose.yml
for backwards compatibility of earlier versions.
If both files exist, Compose prefers the canonicalcompose.yaml
.compatibility of earlier versions. If both files exist, Compose prefers the canonical compose.yaml.