1
0
Fork 0
mirror of https://github.com/VueTorrent/VueTorrent.git synced 2025-03-14 12:10:18 +03:00
VueTorrent/docker-compose.yml
github-actions[bot] 1074f030af
chore: update translations ()
Co-authored-by: Larsluph <22910497+Larsluph@users.noreply.github.com>
2024-09-21 20:37:33 -05:00

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'