Local dispatcher with DNS name
I want to test local dispatcher configs with domain names. How can I do this using the docker local/dev dispatcher?
Right now I have it standing up but looks like all content can be found using localhost:8080/content/<project>/en.html
Instead I want to do something like this: <random_domain>:8080/en.html
This is for local environment setup which allows me to test rewrites and such. Not for use on a web host.