swapped adguardhome sync around

This commit is contained in:
2024-03-15 01:00:29 -05:00
parent 3fbdcc7f75
commit 15fc2a2d27
+2 -2
View File
@@ -7,13 +7,13 @@ services:
command: run --config /config/adguardhome-sync.yaml
environment:
LOG_LEVEL: info
ORIGIN_URL: http://192.168.1.2:80
ORIGIN_URL: http://192.168.1.5: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.5:80"
REPLICA2_URL: "http://192.168.1.2:80"
REPLICA2_USERNAME: "akanealw"
REPLICA2_PASSWORD: "Aehaigoothohshoh1aab"
CRON: "*/10 * * * *" # run every 10 minutes