Update nebula-sync/docker-compose.yaml

This commit is contained in:
2026-08-21 00:59:06 -03:00
parent 154c81af65
commit 8bbf3fb01d
+2 -2
View File
@@ -4,8 +4,8 @@ services:
image: ghcr.io/lovelaze/nebula-sync:latest image: ghcr.io/lovelaze/nebula-sync:latest
container_name: nebula-sync container_name: nebula-sync
environment: environment:
- PRIMARY=http://pihole1.flab.sh|${PIHOLE_PASS1} - PRIMARY=http://10.12.2.0|${PIHOLE_PASS1}
- REPLICAS=http://pihole2.flab.sh|${PIHOLE_PASS2},http://pihole3.flab.sh|${PIHOLE_PASS3} - REPLICAS=http://10.12.2.1|${PIHOLE_PASS2},http://10.12.2.2|${PIHOLE_PASS3}
- FULL_SYNC=true - FULL_SYNC=true
- RUN_GRAVITY=true - RUN_GRAVITY=true
- CRON=0 * * * * - CRON=0 * * * *