OHDSI / Broadsea

Broadsea deploys the core OHDSI technology stack (Atlas & R Hades), using cross-platform Docker container technology.
http://ohdsi.github.io/Broadsea/
Apache License 2.0
71 stars 54 forks source link

fixed README 'docker-compose' to 'docker compose' #128

Open haydenbspence opened 2 months ago

haydenbspence commented 2 months ago

'docker compose' was being used in combination with 'docker-compose' in the README

changed README docs to use only 'docker compose'

Compose V2 'docker compose' is the rewrite in Go of the prior V1 'docker-compose' written in Python which was deprecated July 2023

Tested with no errors, overall 'docker compose' should be a drop-in replacement. May warrant additional tests, but overall we should consider only supporting 'docker compose'. Overall this should improve cross-platform compatibility.

Future work: look over the migration guide to find any changes that may need to be made to the stack.

haydenbspence commented 2 months ago

Additional info on GitHub actions deprecating V1