mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-09 14:34:53 +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"
|
||||
{% else %}
|
||||
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
|
||||
{%- endif %}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user