first commit with existing files
This commit is contained in:
25
qbittorrent_old.yaml
Normal file
25
qbittorrent_old.yaml
Normal file
@@ -0,0 +1,25 @@
|
||||
version: "2.1"
|
||||
#networks:
|
||||
# frontend:
|
||||
# external: true
|
||||
|
||||
services:
|
||||
qbittorrent:
|
||||
image: lscr.io/linuxserver/qbittorrent:latest
|
||||
container_name: qbittorrent
|
||||
network_mode: host
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
- TZ=Europe/Budapest
|
||||
- WEBUI_PORT=8080
|
||||
volumes:
|
||||
- /docker/qBittorrent:/config/qBittorrent
|
||||
- /path/to/torrents:/torrents
|
||||
#ports:
|
||||
# - 8080:8080
|
||||
# - 6881:6881
|
||||
# - 6881:6881/udp
|
||||
restart: always
|
||||
#networks:
|
||||
# - frontend
|
||||
Reference in New Issue
Block a user