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:
Joshua Hemmings 2021-09-09 07:21:41 +02:00 committed by GitHub
parent befbe3768c
commit 07f558a92c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
```