You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
400 B
19 lines
400 B
volumes:
|
|
downloads:
|
|
services:
|
|
qbittorrent:
|
|
image: lscr.io/linuxserver/qbittorrent:latest
|
|
container_name: qbittorrent
|
|
user: "10017:10000"
|
|
volumes:
|
|
- config:/config:z
|
|
- downloads:/downloads
|
|
ports:
|
|
- 8080:8080
|
|
- 6881:6881
|
|
- 6881:6881/udp
|
|
restart: unless-stopped
|
|
entrypoint:
|
|
- /usr/bin/qbittorrent-nox
|
|
command:
|
|
- --webui-port=8080
|