Improve comment why browser sync open is set to false when using Docker

This commit is contained in:
Bruno Alla 2019-03-03 09:54:03 -03:00
parent c72c4bff85
commit 9aabdc7736

View File

@ -131,7 +131,8 @@ function initBrowserSync() {
proxy: "localhost:8000" proxy: "localhost:8000"
{% else %} {% else %}
proxy: "django:8000", proxy: "django:8000",
// Doesn't work from inside the Docker image // Browsersync may open the browser when ready, but it doesn't work from
// inside a container, so set this option to false
open: false open: false
{%- endif %} {%- endif %}
} }