Closed charlesfleche closed 6 years ago
Hm yeah the logic got changed and is definitely wrong now. I've changed it back and pushed a new v4.6.1 release, so an update should get you fixed up.
Note that if you leave DNS enabled the http_proxy container will still be run, since it runs the DNS service too, it just won't bind to ports 80/443. I should probably rename the container or run two separate containers.
We are running dinghy with xhyve and deactivate the proxy to bind an nginx server directly to the port 80. Our
preferences.yml
looks like that:However after a
dinghy up
theproxy_disabled
setting is reset tofalse
. So the firstdinghy up
will have the proxy turned off, but the seconddinghy up
will keep the proxy running, breaking our dev environment.