From 57bcdcb5d36bbd0852d4dea67816c02edd5e596d Mon Sep 17 00:00:00 2001 From: Revvy Date: Sat, 23 Mar 2024 13:10:49 -0400 Subject: [PATCH] use same docker-compose.yml in docker readme --- docker-compose.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index a57044b..c0bc42f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,12 +9,13 @@ services: - CONFIG_GOOGLE_DOMAIN=com - CONFIG_LANGUAGE=en - CONFIG_NUMBER_OF_RESULTS=10 - - CONFIG_INVIDIOUS_INSTANCE=https://invidious.snopyta.org + - CONFIG_INVIDIOUS_INSTANCE=https://yt.ahwx.org - CONFIG_DISABLE_BITTORRENT_SEARCH=false - CONFIG_HIDDEN_SERVICE_SEARCH=false - CONFIG_INSTANCE_FALLBACK=true - CONFIG_RATE_LIMIT_COOLDOWN=25 - CONFIG_CACHE_TIME=20 + - CONFIG_DISABLE_API=false - CONFIG_TEXT_SEARCH_ENGINE=auto - CURLOPT_PROXY_ENABLED=false - CURLOPT_PROXY=192.0.2.53:8388 @@ -22,8 +23,8 @@ services: - CURLOPT_USERAGENT=Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:116.0) Gecko/20100101 Firefox/116.0 - CURLOPT_FOLLOWLOCATION=true volumes: - - ./nginx_logs:/var/log/nginx - - ./php_logs:/var/log/php83 + # - ./nginx_logs:/var/log/nginx # Disabled by default. These are the NGINX request logs. + - ./php_logs:/var/log/php83 # Enabled by default. These are the PHP error logs. restart: unless-stopped watchtower: # Watchtower is not required but highly recommended, since Watchtower will re-pull and restart the LibreY container automatically whenever there's an update. image: containrrr/watchtower