My issue was due to incorrect syntax, i.e, my version of docker compose is hyphenated:
docker-compose up
Docker Compose V2 does not need a hyphen:
docker compose up
Share and learn in the Docker community.
My issue was due to incorrect syntax, i.e, my version of docker compose is hyphenated:
docker-compose up
Docker Compose V2 does not need a hyphen:
docker compose up