Doesnt it mean the address already is in use?
if I remove two line below, docker restart traccar can boot up and work normal.
<entry key='web.address'>aaa.pop.top</entry>
<entry key='web.port'>60003</entry>
if I dont set web.address/web.port, the email notification with link url is 172.xx.xx.xx which is docker local network
Instead of setting those two parameters, what you should set it "web.url".
<entry key='web.url'>aaa.pop.top</entry>
is work
but if set<entry key='web.port'>60003</entry>
looks like not work, the website is waiting for long time result "Failed to fetch " before login
That's an invalid URL.
setting traccar.xml as:
<entry key='web.address'>aaa.pop.top</entry> <entry key='web.port'>60003</entry>
docker restart traccar