rursache / iQbit-docker

Public repo that builds the iQbit docker image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iQbit Docker Image

Public repo that builds the iQbit docker image

Docker run:

docker run -d \
  --name qbittorrent-iQbit \
  --restart unless-stopped \
  -p 8081:8081 \
  -e QBIT_HOST="http://localhost:8080" \
  ghcr.io/rursache/iqbit-docker:latest

About

Public repo that builds the iQbit docker image


Languages

Language:Dockerfile 100.0%