From 8bbf3fb01db2d4ab49b2b6416ba44a1d4b1b904c Mon Sep 17 00:00:00 2001 From: flima Date: Fri, 21 Aug 2026 00:59:06 -0300 Subject: [PATCH] Update nebula-sync/docker-compose.yaml --- nebula-sync/docker-compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nebula-sync/docker-compose.yaml b/nebula-sync/docker-compose.yaml index e54edee..ec3b2c7 100644 --- a/nebula-sync/docker-compose.yaml +++ b/nebula-sync/docker-compose.yaml @@ -4,8 +4,8 @@ services: image: ghcr.io/lovelaze/nebula-sync:latest container_name: nebula-sync environment: - - PRIMARY=http://pihole1.flab.sh|${PIHOLE_PASS1} - - REPLICAS=http://pihole2.flab.sh|${PIHOLE_PASS2},http://pihole3.flab.sh|${PIHOLE_PASS3} + - PRIMARY=http://10.12.2.0|${PIHOLE_PASS1} + - REPLICAS=http://10.12.2.1|${PIHOLE_PASS2},http://10.12.2.2|${PIHOLE_PASS3} - FULL_SYNC=true - RUN_GRAVITY=true - CRON=0 * * * * \ No newline at end of file