VueTorrent/docker-compose.yml

19 lines
463 B
YAML
Raw Normal View History

2020-07-21 09:45:31 +02:00
version: '3.6'
services:
qbit:
2020-11-07 13:05:31 +01:00
image: linuxserver/qbittorrent:latest
2020-07-21 09:45:31 +02:00
container_name: qbit
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
- UMASK_SET=022
- WEBUI_PORT=8080
volumes:
- ./config:/config
2022-04-16 11:11:18 +02:00
- ./Downloads:/downloads
2020-07-21 09:45:31 +02:00
- ./vuetorrent:/vuetorrent
ports:
- 8080:8080
restart: unless-stopped