docker-bittorrent-tracker
docker-bittorrent-tracker copied to clipboard
Tracker not working on docker running on MacOs
I tried to pull this image to a locally installed docker(MacOS 12.3.1). When I run it, in the console it says that the tracker started successfully, but if I try to open the announce url or the stats one in the browser, it doesn't work. If I run the Bittorrent-tracker directly with node, all urls work fine. Also, if I add an express app listening on a separate port to the same dockerised app, this express url works fine. Do you have any ideas why express works ok inside docker container but bittorent-tracker does not?