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:
parent
8fb98e4ba7
commit
0853fe3885
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue