mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-24 18:36:14 +03:00
1074f030af
Co-authored-by: Larsluph <22910497+Larsluph@users.noreply.github.com>
19 lines
461 B
YAML
19 lines
461 B
YAML
services:
|
|
qbit:
|
|
image: linuxserver/qbittorrent:latest
|
|
container_name: qbit
|
|
restart: unless-stopped
|
|
environment:
|
|
- PUID=1000
|
|
- PGID=1000
|
|
- UMASK_SET=022
|
|
- TZ=Europe/London
|
|
- WEBUI_PORT=8080
|
|
- DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest
|
|
volumes:
|
|
- ./docker/config:/config
|
|
- ./docker/downloads:/downloads
|
|
ports:
|
|
- '8080:8080'
|
|
- '6881:6881'
|
|
- '6881:6881/udp'
|