forked from qbittorrent/docker-qbittorrent-nox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocker-stack.yml
More file actions
34 lines (33 loc) · 729 Bytes
/
Copy pathdocker-stack.yml
File metadata and controls
34 lines (33 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
version: "3.8"
services:
qbittorrent-nox:
# for debugging
#cap_add:
#- SYS_PTRACE
# additional arguments to `qbittorrent-nox`
#command:
#- --help
environment:
#- PAGID=10000
#- PGID=1000
#- PUID=1000
- QBT_LEGAL_NOTICE=
- QBT_TORRENTING_PORT=6881
- QBT_WEBUI_PORT=8080
#- TZ=UTC
#- UMASK=022
image: qbittorrentofficial/qbittorrent-nox:latest
ports:
# for bittorrent traffic
- 6881:6881/tcp
- 6881:6881/udp
# for WebUI
- 8080:8080/tcp
read_only: true
stop_grace_period: 30m
tmpfs:
- /tmp
tty: true
volumes:
- <your_path>/config:/config
- <your_path>/downloads:/downloads