mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +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"
|
||||
{% else %}
|
||||
proxy: "django:8000",
|
||||
// Doesn't work from inside the Docker image
|
||||
open: false
|
||||
{%- endif %}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user