Files
docker-compose-files/qbittorrent_old.yaml

26 lines
519 B
YAML

version: "2.1"
#networks:
# frontend:
# external: true
services:
qbittorrent:
image: lscr.io/linuxserver/qbittorrent:latest
container_name: qbittorrent
network_mode: host
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/Budapest
- WEBUI_PORT=8080
volumes:
- /docker/qBittorrent:/config/qBittorrent
- /path/to/torrents:/torrents
#ports:
# - 8080:8080
# - 6881:6881
# - 6881:6881/udp
restart: always
#networks:
# - frontend