Pyload

The free and open-source Download Manager written in pure Python.

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3.9'
 
services:
  pyload-ng:
    image: lscr.io/linuxserver/pyload-ng:latest
    container_name: pyload-ng
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /path/to/pyload-ng/config:/config
      - /path/to/downloads:/downloads
    ports:
      - 8000:8000
      - 9666:9666 #optional
    restart: unless-stopped

Resources

Website: https://pyload.net/

GitHub: https://github.com/pyload/pyload

Docker Hub: https://hub.docker.com/r/linuxserver/pyload-ng

Configuration: https://github.com/linuxserver/docker-pyload-ng