All the documentation for the "qflood" is located here.
For more information about the Docker image itself, you can visit engels74.net.
To get started with qflood using Docker, follow these steps:
-
Use this Docker Compose example
services: qflood: container_name: qflood image: ghcr.io/engels74/qflood ports: - "8080:8080" - "3000:3000" environment: - PUID=1000 - PGID=1000 - UMASK=002 - TZ=Etc/UTC - FLOOD_AUTH=true - ARGS - FLOOD_ARGS volumes: - /<host_folder_config>:/config - /<host_folder_data>:/data
-
Run the Docker container using
docker compose
:docker compose -f /choose/path/to/docker-compose.qflood.yml up -d
If you need assistance, you can try asking in the hotio Discord, but you probably won't receive support for this image specifically.
-
Project Source Code (qBittorrent): The source code for the "qBittorrent" project is hosted at [qbittorrent/qBittorrent].
-
Project Source Code (flood): The source code for the "flood" project is hosted at [jesec/flood].
-
Docker Image Source: The source files for building the Docker image are hosted at [engels74/qflood]. If you can't find what you're looking for in the
master
branch, check other branches.
You can show your support by:
- Giving us a star on Docker Hub or GitHub
- Making a donation to hotio, as he's the genius behind the Docker images
Your support is greatly appreciated!