因為本機就可以安裝qbittorrent-nox,不需要再透過Docker隔離相關的服務
而且實測透過docker也沒有比較好的效率
所以,先將Compose相關服務先備份出來
之後會實際安裝qbittorrent-nox來提供服務
—
version: “2”
services:
qbittorrent:
image: linuxserver/qbittorrent
container_name: qbittorrent
environment:
– PUID=1000
– PGID=100
– TZ=Asia/Taipei
– UMASK_SET=022
– WEBUI_PORT=8081
volumes:
– /srv/dev-disk-by-uuid-a99e708b-e287-49af-99d5-d4647a2841dd/Docker/qBittorrent/config:/config
– /srv/dev-disk-by-uuid-a99e708b-e287-49af-99d5-d4647a2841dd/Download/qBittorrent:/downloads
ports:
– 6881:6881
– 6881:6881/udp
– 8081:8081
restart: unless-stopped
可以改的部份TimeZone
– TZ=Asia/Taipei
預設的 WEBUI Port
– WEBUI_PORT=8081
Docker Configure路徑
– /srv/dev-disk-by-uuid-a99e708b-e287-49af-99d5-d4647a2841dd/Docker/qBittorrent/config:/config
Docker Download路徑
– /srv/dev-disk-by-uuid-a99e708b-e287-49af-99d5-d4647a2841dd/Download/qBittorrent:/downloads
再來就是內外映射的port修改
隨機文章
- 虛擬主機-StartLogic (2007-12-04)
- .co.cc會亂鎖帳號 (2010-12-08)
- 平平都是相似的架構 為什麼Galaxy Note III就是高出20%效能 (2013-12-02)
- 創新工廠&育成中心&創投 (2009-09-08)
- 轉貼:西班牙科技阿嬤給孫子的18個建議 (2012-02-25)







![[chatGPT 測試] 評測開箱 Synology DS918+](https://chihping.aflypen.com/wp-content/uploads/2023/03/hdd-g6fc6f0659_640-300x228.png)
![[chatGPT 測試] 比較Synolgy TrueNAS 和 OpenMediaVault](https://chihping.aflypen.com/wp-content/uploads/2023/03/synolgo_opensource_comparison-300x169.jpg)