1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2025-04-01 21:29:35 +02:00

Updated README with new command to update from local tar1090 ()

This commit is contained in:
Fred Clausen 2025-01-30 12:33:52 -07:00 committed by GitHub
commit 88cc8a8364
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -627,10 +627,10 @@ Make `/local/custom_version` available as `/var/tar1090_git_source` in the conta
Make sure you have UPDATE_TAR1090 env var set to true.
Changes in `/local/custom_version` won't be visible with a simple page reload, you need to run:
Changes in `/local/custom_version` won't be visible with a simple page reload, you need to either restart the container or run:
```
docker exec -it ultrafeeder bash /etc/s6-overlay/startup.d/02-tar1090-update
docker exec -it ultrafeeder bash /tar1090-install.sh /run/readsb webroot /usr/local/share/tar1090 /var/tar1090_git_source
```
After this has finished a simple reload in the browser should do the trick.