Closed cmuench closed 1 month ago
Add support to define the used docker image version by using the new ddev dotenv command.
ddev dotenv
Examples:
ddev dotenv set .ddev/.env.opensearch --opensearch-tag 2.15.0
Disable loading of plugins which are defined to load by default:
ddev dotenv set .ddev/.env.opensearch --install-plugin-analytics-phoenetic=false --install-plugin-analytics-icu=false
Released with 2.1.0
Add support to define the used docker image version by using the new
ddev dotenv
command.Examples:
Disable loading of plugins which are defined to load by default: