crazy-max / docker-rtorrent-rutorrent

rTorrent and ruTorrent Docker image
MIT License
483 stars 107 forks source link

Expose Ports into Dokerfile #97

Closed PVaissiere closed 3 years ago

PVaissiere commented 3 years ago

Hi @crazy-max,

Into the Dockerfile, you declare volumes. You should expose ports as well, no ?

VOLUME [ "/data", "/downloads", "/passwd" ]
EXPOSE 6881/udp
EXPOSE 8000/tcp
EXPOSE 8080/tcp
EXPOSE 9000/tcp
EXPOSE 50000/tcp
ENTRYPOINT [ "/init" ]

What do you think about ?

Thanks

PVaissiere commented 3 years ago

Discard this one

'RUTORRENT PORT' setting change the default port at startup ...

change default port or redirect port ... tomato potato 😉

Nevermind 😶