VueTorrent/docker-compose.yml

19 lines
383 B
YAML
Raw Normal View History

2020-07-21 10:45:31 +03:00
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