2020-07-21 10:45:31 +03:00
|
|
|
services:
|
2022-11-15 11:36:54 +03:00
|
|
|
qbit:
|
|
|
|
image: linuxserver/qbittorrent:latest
|
|
|
|
container_name: qbit
|
2024-09-20 15:49:01 +03:00
|
|
|
restart: unless-stopped
|
2022-11-15 11:36:54 +03:00
|
|
|
environment:
|
|
|
|
- PUID=1000
|
|
|
|
- PGID=1000
|
|
|
|
- UMASK_SET=022
|
2024-09-20 15:49:01 +03:00
|
|
|
- TZ=Europe/London
|
2022-11-15 11:36:54 +03:00
|
|
|
- WEBUI_PORT=8080
|
2024-09-20 15:49:01 +03:00
|
|
|
- DOCKER_MODS=ghcr.io/vuetorrent/vuetorrent-lsio-mod:latest
|
2022-11-15 11:36:54 +03:00
|
|
|
volumes:
|
2023-10-20 16:15:28 +03:00
|
|
|
- ./docker/config:/config
|
|
|
|
- ./docker/downloads:/downloads
|
2022-11-15 11:36:54 +03:00
|
|
|
ports:
|
2023-10-20 16:15:28 +03:00
|
|
|
- '8080:8080'
|
2024-09-22 04:37:33 +03:00
|
|
|
- '6881:6881'
|
|
|
|
- '6881:6881/udp'
|