diff --git a/src/Drush/Commands/UpdateDrushCommands.php b/src/Drush/Commands/UpdateDrushCommands.php index f246d3e..c431783 100644 --- a/src/Drush/Commands/UpdateDrushCommands.php +++ b/src/Drush/Commands/UpdateDrushCommands.php @@ -244,6 +244,8 @@ private function updateDefaultFiles(UpdateOptions $options) : self { ->updateFiles($options, [ 'public/sites/default/azure.settings.php', 'public/sites/default/settings.php', + 'docker/elastic-proxy/elastic.conf', + 'docker/elastic-proxy/nginx.conf', 'docker/openshift/custom.locations', 'docker/openshift/init.sh', 'docker/openshift/Dockerfile',