Merge branch 'main' into 2-env-file

This commit is contained in:
Fredrik Berntsson
2024-08-11 11:43:09 +02:00
+12
View File
@@ -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