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