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 the command in README used to trigger refresh of trar1090 from local source

This commit is contained in:
Andreas Andersson 2025-01-30 19:40:11 +01:00
parent 8fb98e4ba7
commit 0853fe3885

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.