I just installed the elasticsearch (https://github.com/drud/ddev-elasticsearch) add-on on my DDEV site, which is listed on the ddev documents: https://ddev.readthedocs.io/en/latest/users/extend/additional-services/
The problem is that I need to downgrade the Elasticsearch version to 7.6 and this add-on installed Elasticsearch at version 7.17.6.
I cant not find additional documentation on how to install the specific version of this Elasticsearch add-on, I see that the version is listed in the docker-compose.elasticsearch.yaml file, I tried changing it there, but it complain.
Any tips or reference will be appreciated, thanks