Rename .devcontainer/docker_compose.yml to compose.yaml

compose.yaml is considered the preferred name for the Compose file.

See https://docs.docker.com/compose/compose-application-model/#the-compose-file for details.
This commit is contained in:
Andrew Novoselac 2024-02-08 16:19:37 -05:00 committed by Rafael Mendonça França
parent 707b5cb606
commit 48fac06233
No known key found for this signature in database
GPG Key ID: FC23B6D0F1EEE948
2 changed files with 1 additions and 1 deletions

@ -1,7 +1,7 @@
// For format details, see https://aka.ms/devcontainer.json.
{
"name": "Rails project development",
"dockerComposeFile": "docker-compose.yml",
"dockerComposeFile": "compose.yaml",
"service": "rails",
"workspaceFolder": "/workspaces/${localWorkspaceFolderBasename}",