traccar / traccar-docker

Traccar Docker
301 stars 148 forks source link

Container keeps restarting and udp port not working #117

Open fahmiegerton opened 1 year ago

fahmiegerton commented 1 year ago

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

IMG_20230728_080121.jpg

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

fahmiegerton commented 1 year ago

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.