Is it possible to modify MY /etc/hosts file when I run docker-compose up --build?
I came across the 'extra_hosts' flag but that appears to modify the hosts file of my containers rather than my host.
My goal is to loop through all my development vhosts and apply them to my vhost automagically so there is less manual updating I need to do.