mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-11 07:24:52 +03:00
Make a note about browser sync false option
This commit is contained in:
parent
1c79c9ae08
commit
5a853aed99
|
@ -131,6 +131,7 @@ function initBrowserSync() {
|
||||||
proxy: "localhost:8000"
|
proxy: "localhost:8000"
|
||||||
{% else %}
|
{% else %}
|
||||||
proxy: "django:8000",
|
proxy: "django:8000",
|
||||||
|
// Doesn't work from inside the Docker image
|
||||||
open: false
|
open: false
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user