From e2c2a76cb2c770955ad4357e717cf7cdaff40b26 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Sat, 5 Oct 2024 15:33:05 +0200 Subject: [PATCH] Update docker-compose.yml - Adding example for enabling change detection on local files --- docker-compose.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 108ea0930..db095e45d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -58,6 +58,10 @@ services: # # Absolute minimum seconds to recheck, overrides any watch minimum, change to 0 to disable # - MINIMUM_SECONDS_RECHECK_TIME=3 + # + # If you want to watch local files file:///path/to/file.txt (careful! security implications!) + # - ALLOW_FILE_URI=False + # Comment out ports: when using behind a reverse proxy , enable networks: etc. ports: - 5000:5000