rtorrent-rutorrent
rtorrent-rutorrent copied to clipboard
Tracker: [Couldn't resolve host name]
I am seeing this error with some trackers, and I found this possible solution - adding a LimitNOFILE systemctl config setting.
Is there a way to try this with the supervisor.conf in this image?
Any other possible solutions?
May be run container like this? My new dockerfile:
torrent:
restart: always
image: diameter/rtorrent-rutorrent
environment:
- GRP_ID=1234
tty: true
+ ulimits:
+ nofile:
+ soft: 20000
+ hard: 40000
networks:
- web
ports:
- 49160:49160/udp
- 49161:49161
volumes:
- /data/torrents:/downloads