diff options
author | Lindemberg Barbosa <lindembergdepaulo@gmail.com> | 2023-09-22 16:08:14 -0300 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2023-09-25 20:10:17 +0200 |
commit | 45626232f354311986f990d872f2572f8ffe7071 (patch) | |
tree | f98a528d07b03cad8931e3a6d2ab931ccf2871dc | |
parent | 6f0193fb322767aa653222b7cc52de5086208163 (diff) | |
download | homer-45626232f354311986f990d872f2572f8ffe7071.tar.gz homer-45626232f354311986f990d872f2572f8ffe7071.tar.zst homer-45626232f354311986f990d872f2572f8ffe7071.zip |
doc: update port to match the speedtest-tracker compose example
-rw-r--r-- | docs/customservices.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 47210fc..25f8bc5 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -364,7 +364,7 @@ Configuration example: | |||
364 | ```yaml | 364 | ```yaml |
365 | - name: "Speedtest Tracker" | 365 | - name: "Speedtest Tracker" |
366 | type: "SpeedtestTracker" | 366 | type: "SpeedtestTracker" |
367 | url: "http://192.168.0.1:8765" | 367 | url: "http://192.168.0.1:8080" |
368 | target: "_blank" | 368 | target: "_blank" |
369 | ``` | 369 | ``` |
370 | 370 | ||