Steve J
Steve J
Could you please add a new line to line 62 of kegman_conf.py to move self_updated down? Thanks!
Thanks for commenting, and most importantly, thanks for putting this whole thing together. To your request, I can't find any installation logs. Any tips on where to look? Either way,...
Follow up. I got into the container with docker exec -it /bin/bash. Went to /var/log inside the container but grep pip * results in nothing. I will check other containers...
Follow up, here. I was mistaken, it wasn't Virtual Radar. I decided to try to get ADSB Exchange working and the pip errors started showing up during the build. You...
I submitted a PR with the new hash. Just saw this now.
Update: I tried out what I guessed above and met with some mixed results. I really only needed fr24 and FA. I tried the full bundle, but the Pi ran...
I've been fine with building FA and FR24. I also used to run adsbexchange on this same Pi 2B but it's not running for me just yet. I also tried...
And thanks for the tip about -d on docker-compose up. I've been running it in screen so that I could detach it!!
Thank you for the tip on the path in the URL. I've never used it before and did not know about that. I'm using this project to learn about Docker,...
Update: I've added a line restart: on-error to the docker-compose.yml so that the automatic restart option is respected regardless of the launch method used -- docker-compose up or docker stack...