Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 564 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 564 Bytes

Xdcc Downloader Docker

This project aim to create a docker image containing all xdcc dependencies and funcionalities.
The image expose port 8888 as web access port.

alt name

Docker compose

Use the docker-compose file to build and run the container in once.

$ docker-compose up -d

OR

$ docker-compose up -d --build

It will map the /download folder to the /downloads container folder.
So edit the XdccDownload Settings throw the interface to download the file in that folder.