Sign inSign up

bigowen/iqbit

By bigowen

Updated over 3 years ago

Image
0

930

bigowen/iqbit repository overview

This is a beautiful qbittorrent web-ui container and it must woks with qbittorrent.

Docker command

docker run -d --name iqbit \
  --restart always \
  -e QBIT_HOST=http://localhost:8181 \  
  -e STANDALONE_SERVER_PORT=8081 \
  -p 8081:8081 \
  bigowen/iqbit:latest
Notice:

Localhost is your device ip address on which qittorrent works and port 8181 is your qbittorrent port. Port 8081 is the container port which can be replaced to the port you like.

Tag summary

Content type

Image

Digest

sha256:d82016b09

Size

350.2 MB

Last updated

over 3 years ago

docker pull bigowen/iqbit