From 119c59631efd2c8a724e0790ad5ad9c1d130a89f Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Mon, 19 Sep 2022 12:43:29 +0200 Subject: [PATCH] Add docker example --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 696eb89b..65417ee7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,6 +6,8 @@ services: hostname: changedetection volumes: - changedetection-data:/datastore +# Configurable proxy list support, see https://github.com/dgtlmoon/changedetection.io/wiki/Proxy-configuration#proxy-list-support +# - ./proxies.json:/datastore/proxies.json # environment: # Default listening port, can also be changed with the -p option