Commit f95cdf3
committed
Fixes GH-535.
Because Docker Compose recommends `compose.yaml`:
https://docs.docker.com/compose/intro/compose-application-model/#the-compose-file
> 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. If both files exist, Compose
> prefers the canonical compose.yaml.
1 parent 2e4283a commit f95cdf3
2 files changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
File renamed without changes.
0 commit comments