From e5aa7159f2784f420766dc4d32932cbb4e15c6a2 Mon Sep 17 00:00:00 2001 From: akanealw Date: Mon, 7 Apr 2025 10:54:40 -0500 Subject: [PATCH] added router adguard to sync --- mixed/compose.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mixed/compose.yml b/mixed/compose.yml index f389b34..64e4c4b 100755 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -11,9 +11,9 @@ services: REPLICA1_URL: http://192.168.1.3:80 REPLICA1_USERNAME: akanealw REPLICA1_PASSWORD: Aehaigoothohshoh1aab - # REPLICA2_URL: "http://192.168.1.4:3000" - # REPLICA2_USERNAME: "akanealw" - # REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" + REPLICA2_URL: "http://192.168.1.1:3000" + REPLICA2_USERNAME: "akanealw" + REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" CRON: "*/30 * * * *" RUN_ON_START: true CONTINUE_ON_ERROR: true