#170 add log level to readme

This commit is contained in:
bakito 2023-03-21 11:14:44 +01:00
parent 89e4f2f0aa
commit 92c4d1f41a
No known key found for this signature in database
GPG key ID: BCCEB081DB8A24D8

View file

@ -41,6 +41,7 @@ Both the origin instance must be initially setup via the AdguardHome installatio
```bash
export LOG_LEVEL=info
export ORIGIN_URL=https://192.168.1.2:3000
export ORIGIN_USERNAME=username
export ORIGIN_PASSWORD=password
@ -126,6 +127,7 @@ services:
container_name: adguardhome-sync
command: run
environment:
LOG_LEVEL: 'info'
ORIGIN_URL: 'https://192.168.1.2:3000'
ORIGIN_USERNAME: 'username'
ORIGIN_PASSWORD: 'password'