Skip to content

Getting Started with Docker Compose in README issues #80

Description

@megastary

In the repo README, the Gettings Started guides is to clone repo, copy .env, modify them and start docker compose.
Sadly the docker-compose.yaml does not use .env file, instead it overrides them directly in docker-compose.yaml

Also for the love of Git, can we in new projects such as this one use modern syntax and not drag deprecated things into it?
Just for docker alone you should:

  • Rename docker-compose.yaml to compose.yaml (proposed in 2021 and at least from 2024 it is already as prefered name in offical documentation)
  • Drop version from the compose.yaml alltogether (also thing from 2021, docker compose now complains each time you use compose file using version string)
  • In example do not call docker-compose command, it has been replaced by plugin and is called docker compose now.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions