From 07f558a92ce10fe7e007fcec7dc8628bda4195b6 Mon Sep 17 00:00:00 2001 From: Joshua Hemmings Date: Thu, 9 Sep 2021 07:21:41 +0200 Subject: [PATCH] added missing docker-compose parameter (#10) Added `server_port=9617` to the docker compose. Otherwise it would not send data. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 763a157..be148ac 100644 --- a/README.md +++ b/README.md @@ -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 ```