Scripts use deprecated docker-compose v1
mattjala opened this issue · 0 comments
mattjala commented
Docker Compose v1 is deprecated and has been removed from the default github runners, leading to failures with workflows that use HSDS scripts.
This should be as simple as replacing docker-compose
with docker compose
on the command line to force usage of the updated compose on runner machines.