vrs-python icon indicating copy to clipboard operation
vrs-python copied to clipboard

Add compose documentation .md and other examples for using already-downloaded databases

Open theferrit32 opened this issue 9 months ago • 1 comments

theferrit32 avatar Mar 28 '25 16:03 theferrit32

Docker Compose officially now recommends compose instead of docker-compose, and .yaml instead of .yml.

https://docs.docker.com/compose/gettingstarted/#step-2-define-services-in-a-compose-file

The compose specification is now more generic and community developed and supported by other engines, not just docker.

The "Compose Specification" also recommends compose.yaml

https://github.com/compose-spec/compose-spec/blob/main/spec.md

theferrit32 avatar Mar 30 '25 02:03 theferrit32