Bittorrent neues Image

This commit is contained in:
Florian Zirker 2022-01-07 17:33:53 +01:00
parent e0acde97c2
commit cbbc6c0db5

View file

@ -1,12 +1,8 @@
version: "3.3"
services:
qbittorrent:
# image: linuxserver/qbittorrent:arm32v7-version-14.3.0.99202011251333-7141-587688634ubuntu18.04.1 # geht
image: linuxserver/qbittorrent:arm32v7-version-14.3.3.99202101191832-7248-da0b276d5ubuntu18.04.1 # geht
# image: linuxserver/qbittorrent:arm32v7-version-14.3.3.99202101191832-7248-da0b276d5ubuntu20.04.1 # geht nicht :/
# image: arm32v7-version-14.3.2.99202101080148-7233-0cbd15890ubuntu18.04.1 # zu neu geht nicht :(
image: linuxserver/qbittorrent
environment:
- PUID=1000
- PGID=1000
@ -34,18 +30,20 @@ services:
- "docker.group=torrent"
restart: unless-stopped
## Transmission ist simple, aber auch sehr langsam, GUI nicht gut
# transmission:
# image: linuxserver/transmission
# environment:
# - PUID=1000
# - PGID=1000
# - TZ=Europe/Berlin
# #- TRANSMISSION_WEB_HOME=/kettu #/combustion-release/ #optional
# - TRANSMISSION_WEB_HOME=/kettu #/combustion-release/ #optional
# - USER=${WEB_USER_USERNAME}
# - PASS=${WEB_USER_PASSWORD}
# #- WHITELIST=iplist #optional
# #- WHITELIST=iplist #optional
# volumes:
# - ${VOLUMES_PATH}/torrent:/config
# - ${VOLUMES_PATH}/transmission:/config
# - ${DOWNLOAD_PATH}:/downloads
# - ${DOWNLOAD_PATH}/watch/:/watch
# ports:
@ -62,7 +60,7 @@ services:
# - "docker.group=torrent"
# restart: unless-stopped
# singletorrent (boypt/cloud-torrent) not avalable for armv7 :(
networks:
web: