Hi, first of all, pardon me with my English. I tried to use traccar on docker my aws lightsail instance. The OS I use is Amazon Linux 2, and I follow the guide on the readme file, but I'm having an issue with that setup. When I run the docker run with that set up, I've got this error
docker: Error response from daemon: driver failed programming external connectivity on endpoint traccar (d2b66012d5ce5c1f0fe12d337c5de51bada6f7515a6d3484bd212294310669bd): Error starting userland proxy:.
Now, if I remove the udp port, it starting up the container, but it keeps restarting and I couldn't see anything that makes it error on the logs
I couldn't figure it out why, I haven't modified anything yet so it still use the h2db, tried using old version but it still same. anyone have a clue? Thank you
I think I figure it out why, the minimum requirement is 1gb of RAM, but since it dockerized, I think at least it need 2gb or up, and aws seems quite expensive choice. But will try with personal cloud host.
Hi, first of all, pardon me with my English. I tried to use traccar on docker my aws lightsail instance. The OS I use is Amazon Linux 2, and I follow the guide on the readme file, but I'm having an issue with that setup. When I run the docker run with that set up, I've got this error
Now, if I remove the udp port, it starting up the container, but it keeps restarting and I couldn't see anything that makes it error on the logs
I couldn't figure it out why, I haven't modified anything yet so it still use the h2db, tried using old version but it still same. anyone have a clue? Thank you