mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-01-31 19:40:00 +08:00
#170 add log level to readme
This commit is contained in:
parent
89e4f2f0aa
commit
92c4d1f41a
1 changed files with 2 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue