diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html
index d1702bfd..8c96d9f6 100644
--- a/changedetectionio/templates/edit.html
+++ b/changedetectionio/templates/edit.html
@@ -53,7 +53,7 @@ User-Agent: wonderbra 1.0") }}
{{ render_field(form.fetch_backend) }}
Use the Basic method (default) where your watched sites don't need Javascript to render.
- The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server.
+ The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.
diff --git a/changedetectionio/templates/settings.html b/changedetectionio/templates/settings.html
index 0435e982..856f9539 100644
--- a/changedetectionio/templates/settings.html
+++ b/changedetectionio/templates/settings.html
@@ -61,7 +61,7 @@
{{ render_field(form.fetch_backend) }}
Use the Basic method (default) where your watched sites don't need Javascript to render.
- The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server.
+ The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.