diff --git a/mixed/compose.yml b/mixed/compose.yml index b789678..aec5c4a 100644 --- a/mixed/compose.yml +++ b/mixed/compose.yml @@ -7,13 +7,13 @@ services: command: run --config /config/adguardhome-sync.yaml environment: LOG_LEVEL: info - ORIGIN_URL: http://192.168.1.5:80 + ORIGIN_URL: http://192.168.1.2:80 ORIGIN_USERNAME: akanealw ORIGIN_PASSWORD: Aehaigoothohshoh1aab REPLICA1_URL: http://192.168.1.3:80 REPLICA1_USERNAME: akanealw REPLICA1_PASSWORD: Aehaigoothohshoh1aab - REPLICA2_URL: "http://192.168.1.2:80" + REPLICA2_URL: "http://192.168.1.5:80" REPLICA2_USERNAME: "akanealw" REPLICA2_PASSWORD: "Aehaigoothohshoh1aab" CRON: "*/10 * * * *" # run every 10 minutes