mage2click / m2c

Mage2click toolset to create and manage the Magento Docker development environment with mutagen.io file-sync for macOS and native filesystem mounts on Linux.
https://mage2.click
MIT License
69 stars 23 forks source link

Varnish 6 initialisation issue #52

Open netukamptg opened 3 years ago

netukamptg commented 3 years ago

Hi,

We are using m2c version v0.10.5. Command m2c_magento --notty varnish:vcl:generate --access-list… generates invalid VCL file which is not accepted by Varnish 6:

Running VCC-compiler failed, exited with 2
VCL compilation failed
Error:
Message from VCC-compiler:
Expected return action name.
('/etc/varnish/default.vcl' Line 219 Pos 21)
return (miss);