P粉8777196942023-08-07 14:10:20
You have overridden the docker-compose version required by DDEV in your ~/.ddev/global_config.yaml - the version you set does not have the --progress option.
To fix this issue, edit your ~/.ddev/global_config.yaml file and remove the lines required_docker_compose_version and use-docker-compose-from-path.
You can also perform the same operation using the following command:
ddev config global --required-docker-compose-version="" --use-docker-compose-from-path=false
(These configuration options are only available for dedicated testing and upstream docker-compose test use.)