mirror of
https://github.com/lovelaze/nebula-sync.git
synced 2025-11-05 18:29:19 +01:00
Merge branch 'main' into 2-env-file
This commit is contained in:
@@ -13,6 +13,18 @@ This project is not a part of the [official Pi-hole project](https://github.com/
|
||||
|
||||
## Installation
|
||||
|
||||
### Linux/OSX binary
|
||||
Download binary from the [latest release](https://github.com/lovelaze/nebula-sync/releases/latest)
|
||||
```bash
|
||||
|
||||
# run once
|
||||
nebula-sync run
|
||||
|
||||
# run and sync every hour
|
||||
export CRON="* * * * *"
|
||||
nebula-sync run
|
||||
```
|
||||
|
||||
### Docker Compose (recommended)
|
||||
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user