luckyframework/lucky

Allow for overriding the local host

jwoertink opened this issue · 0 comments

Right now your local host is set by the config/watch.yml file. We have a way to override the port by setting DEV_PORT which supersedes the water port, but we don't have a way to override the host.

One example you may want to do this is having your local server set to 127.0.0.1, but then booting it in docker on 0.0.0.0