Make a note about browser sync false option

This commit is contained in:
Bruno Alla 2019-03-02 12:29:45 -03:00
parent 1c79c9ae08
commit 5a853aed99

View File

@ -131,6 +131,7 @@ function initBrowserSync() {
proxy: "localhost:8000"
{% else %}
proxy: "django:8000",
// Doesn't work from inside the Docker image
open: false
{%- endif %}
}