To enable Varnish in env.php an additional command needs to be executed: `bin/magento setup:config:set --http-cache-hosts=varnish` It seems there is no possibility to append ``` 'http_cache_hosts' => [ [ 'host' => 'varnish' ] ] ``` to env.php in ece-tools.
To enable Varnish in env.php an additional command needs to be executed:
bin/magento setup:config:set --http-cache-hosts=varnishIt seems there is no possibility to append
to env.php in ece-tools.