From 822db47e2b34ab419094fda8ea49ee098a8b151d Mon Sep 17 00:00:00 2001 From: akanealw Date: Sun, 26 Apr 2026 14:47:39 +0000 Subject: [PATCH] added router adguard server to receive sync --- adguardhome-sync/compose.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/adguardhome-sync/compose.yml b/adguardhome-sync/compose.yml index f780701..2f58478 100644 --- a/adguardhome-sync/compose.yml +++ b/adguardhome-sync/compose.yml @@ -11,6 +11,9 @@ services: REPLICA1_URL: http://192.168.1.3:80 REPLICA1_USERNAME: akanealw REPLICA1_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