Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Dev] Use compose.yaml not docker-compose.yml #535

Closed
kou opened this issue Jan 20, 2025 · 0 comments · Fixed by #536
Closed

[Dev] Use compose.yaml not docker-compose.yml #535

kou opened this issue Jan 20, 2025 · 0 comments · Fixed by #536
Labels
Type: enhancement New feature or request
Milestone

Comments

@kou
Copy link
Member

kou commented Jan 20, 2025

Describe the enhancement requested

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.

@kou kou added the Type: enhancement New feature or request label Jan 20, 2025
kou added a commit to kou/arrow-java that referenced this issue Jan 20, 2025
Fixes apacheGH-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.
kou added a commit to kou/arrow-java that referenced this issue Jan 20, 2025
Fixes apacheGH-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.
kou added a commit that referenced this issue Jan 20, 2025
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.
@kou kou closed this as completed in #536 Jan 20, 2025
@lidavidm lidavidm added this to the 18.2.0 milestone Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants