From 5b4c9910aeef99300b16341f0e43fd5da0e49107 Mon Sep 17 00:00:00 2001 From: John Norrbin Date: Fri, 21 Apr 2023 17:44:26 +0200 Subject: [PATCH 1/3] Add warning about docker compose version for hotplug --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7cb2d0..59227c1 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ You need to make sure that the USB device can be accessed by the container. The - /dev:/dev:ro ``` -The advantage of doing this (over simply adding a `device:` directive pointing at the USB port) is that the construction above will automatically recover if you "hot plug" your dongle. +The advantage of doing this (over simply adding a `device:` directive pointing at the USB port) is that the construction above will automatically recover if you "hot plug" your dongle. ⚠️This feature requires a recent version of docker-compose (version >=2.3). Make sure your system is up to date if dongles are not found. ⚠️ #### Basic Ultrafeeder Parameters From bb201f004b37e4befffc686d34770ec82f03cc51 Mon Sep 17 00:00:00 2001 From: John Norrbin Date: Sat, 22 Apr 2023 22:39:33 +0200 Subject: [PATCH 2/3] Fix spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59227c1..1904e49 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Note: ### General Configuration -You need to make sure that the USB device can be accessed by the container. The best way to do so, is by adding the following to you `docker-compose.yml` file: +You need to make sure that the USB device can be accessed by the container. The best way to do so, is by adding the following to your `docker-compose.yml` file: ```yaml device_cgroup_rules: From 0e12217fe626d53aa611903635fe0517b5cdd08d Mon Sep 17 00:00:00 2001 From: John Norrbin Date: Sat, 22 Apr 2023 22:40:48 +0200 Subject: [PATCH 3/3] We need alt to be above sea level --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1904e49..27ba47e 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ The following parameters must be set (mandatory) for the container to function: |----------------------|---------|---------| | `LAT` or `READSB_LAT` | The latitude of your antenna | | | `LONG` or `READSB_LON` | The longitude of your antenna | | -| `ALT` or `READSB_ALT` | The altitude of your antenna over ground level. For example, `15m` or `45ft` | | +| `ALT` or `READSB_ALT` | The altitude of your antenna above sea level. For example, `15m` or `45ft` | | | `TZ` | Your local timezone in [TZ-database-name](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) format | | ##### Optional Parameters