Bittorrent neues Image
This commit is contained in:
parent
e0acde97c2
commit
cbbc6c0db5
1 changed files with 7 additions and 9 deletions
|
@ -1,12 +1,8 @@
|
||||||
version: "3.3"
|
version: "3.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
|
|
||||||
qbittorrent:
|
qbittorrent:
|
||||||
# image: linuxserver/qbittorrent:arm32v7-version-14.3.0.99202011251333-7141-587688634ubuntu18.04.1 # geht
|
image: linuxserver/qbittorrent
|
||||||
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 :(
|
|
||||||
environment:
|
environment:
|
||||||
- PUID=1000
|
- PUID=1000
|
||||||
- PGID=1000
|
- PGID=1000
|
||||||
|
@ -34,18 +30,20 @@ services:
|
||||||
- "docker.group=torrent"
|
- "docker.group=torrent"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
|
|
||||||
|
## Transmission ist simple, aber auch sehr langsam, GUI nicht gut
|
||||||
# transmission:
|
# transmission:
|
||||||
# image: linuxserver/transmission
|
# image: linuxserver/transmission
|
||||||
# environment:
|
# environment:
|
||||||
# - PUID=1000
|
# - PUID=1000
|
||||||
# - PGID=1000
|
# - PGID=1000
|
||||||
# - TZ=Europe/Berlin
|
# - TZ=Europe/Berlin
|
||||||
# #- TRANSMISSION_WEB_HOME=/kettu #/combustion-release/ #optional
|
# - TRANSMISSION_WEB_HOME=/kettu #/combustion-release/ #optional
|
||||||
# - USER=${WEB_USER_USERNAME}
|
# - USER=${WEB_USER_USERNAME}
|
||||||
# - PASS=${WEB_USER_PASSWORD}
|
# - PASS=${WEB_USER_PASSWORD}
|
||||||
# #- WHITELIST=iplist #optional
|
# #- WHITELIST=iplist #optional
|
||||||
# volumes:
|
# volumes:
|
||||||
# - ${VOLUMES_PATH}/torrent:/config
|
# - ${VOLUMES_PATH}/transmission:/config
|
||||||
# - ${DOWNLOAD_PATH}:/downloads
|
# - ${DOWNLOAD_PATH}:/downloads
|
||||||
# - ${DOWNLOAD_PATH}/watch/:/watch
|
# - ${DOWNLOAD_PATH}/watch/:/watch
|
||||||
# ports:
|
# ports:
|
||||||
|
@ -62,7 +60,7 @@ services:
|
||||||
# - "docker.group=torrent"
|
# - "docker.group=torrent"
|
||||||
# restart: unless-stopped
|
# restart: unless-stopped
|
||||||
|
|
||||||
|
# singletorrent (boypt/cloud-torrent) not avalable for armv7 :(
|
||||||
|
|
||||||
networks:
|
networks:
|
||||||
web:
|
web:
|
||||||
|
|
Loading…
Reference in a new issue