From f60e49608fed32e2d4adc5fdf305fe0088c7c33d Mon Sep 17 00:00:00 2001 From: akanealw Date: Sat, 9 Mar 2024 14:09:17 -0600 Subject: [PATCH] uncommented replica 3 for adguard sync --- mixed/compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mixed/compose.yml b/mixed/compose.yml index cd453a1..7ab1547 100644 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -13,9 +13,9 @@ services: REPLICA1_URL: http://192.168.1.3:80 REPLICA1_USERNAME: akanealw REPLICA1_PASSWORD: Aehaigoothohshoh1aab - # REPLICA2_URL: "http://192.168.1.31:8383" - # REPLICA2_USERNAME: "akanealw" - # REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" + REPLICA2_URL: "http://192.168.1.31:3030" + REPLICA2_USERNAME: "akanealw" + REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" CRON: "*/10 * * * *" # run every 10 minutes RUN_ON_START: true CONTINUE_ON_ERROR: true