mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2025-02-01 03:51:05 +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
|
```bash
|
||||||
|
|
||||||
|
export LOG_LEVEL=info
|
||||||
export ORIGIN_URL=https://192.168.1.2:3000
|
export ORIGIN_URL=https://192.168.1.2:3000
|
||||||
export ORIGIN_USERNAME=username
|
export ORIGIN_USERNAME=username
|
||||||
export ORIGIN_PASSWORD=password
|
export ORIGIN_PASSWORD=password
|
||||||
|
@ -126,6 +127,7 @@ services:
|
||||||
container_name: adguardhome-sync
|
container_name: adguardhome-sync
|
||||||
command: run
|
command: run
|
||||||
environment:
|
environment:
|
||||||
|
LOG_LEVEL: 'info'
|
||||||
ORIGIN_URL: 'https://192.168.1.2:3000'
|
ORIGIN_URL: 'https://192.168.1.2:3000'
|
||||||
ORIGIN_USERNAME: 'username'
|
ORIGIN_USERNAME: 'username'
|
||||||
ORIGIN_PASSWORD: 'password'
|
ORIGIN_PASSWORD: 'password'
|
||||||
|
|
Loading…
Reference in a new issue