added missing docker-compose parameter (#10)
Added `server_port=9617` to the docker compose. Otherwise it would not send data.
This commit is contained in:
parent
befbe3768c
commit
07f558a92c
|
@ -124,6 +124,7 @@ services:
|
|||
- adguard_username=admin
|
||||
- adguard_password=/run/secrets/my-adguard-pass
|
||||
- adguard_port= #optional
|
||||
- server_port=9617
|
||||
- interval=10s
|
||||
- log_limit=10000
|
||||
```
|
||||
|
@ -155,6 +156,7 @@ services:
|
|||
- adguard_username=admin
|
||||
- adguard_password=/run/secrets/my-adguard-pass
|
||||
- adguard_port= #optional
|
||||
- server_port=9617
|
||||
- interval=10s
|
||||
- log_limit=10000
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue