mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-10 15:04:52 +03:00
Improve comment why browser sync open is set to false when using Docker
This commit is contained in:
parent
c72c4bff85
commit
9aabdc7736
|
@ -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 %}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user