1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-30 05:20:55 +03:00
VueTorrent/docker-compose.yml

18 lines
383 B
YAML

version: '3.6'
services:
qbit:
image: linuxserver/qbittorrent:latest
container_name: qbit
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- UMASK_SET=022
- WEBUI_PORT=8080
volumes:
- ./config:/config
- ./Downloads:/downloads
- ./vuetorrent:/vuetorrent
ports:
- 8080:8080
restart: unless-stopped