From 70709b7a9fe32b05ac5915843ea7d3e32434bc57 Mon Sep 17 00:00:00 2001 From: LRVT <21357789+l4rm4nd@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:41:55 +0200 Subject: [PATCH] Update docker-compose.yml --- examples/changedetection/docker-compose.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/changedetection/docker-compose.yml b/examples/changedetection/docker-compose.yml index ae60f09..80032c6 100644 --- a/examples/changedetection/docker-compose.yml +++ b/examples/changedetection/docker-compose.yml @@ -44,14 +44,14 @@ services: # - proxy #proxy: - # image: dockage/tor-privoxy:latest - # container_name: torprivoxy - # expose: - # - 9050 # socks5 - # - 9051 # tor control port - # - 8118 # http proxy - # hostname: proxy - # restart: unless-stopped + #image: zhaowde/rotating-tor-http-proxy:latest + #container_name: torproxy + #environment: + #- TOR_INSTANCES=4 + #- TOR_REBUILD_INTERVAL=36000 + #expose: + #- 3128 # socks5 + #restart: unless-stopped # #networks: # # - proxy