Created
November 17, 2024 10:00
-
-
Save magicstone1412/138199579ed32eeb88bb38fed46db97e to your computer and use it in GitHub Desktop.
OVM qbittorrent docker compose file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
services: | |
--- | |
qbittorrent: | |
image: lscr.io/linuxserver/qbittorrent:latest | |
container_name: qbittorrent | |
environment: | |
- PUID=1001 | |
- PGID=100 | |
- TZ=${TZ} | |
- WEBUI_PORT=8080 | |
- TORRENTING_PORT=6881 | |
volumes: | |
- /config/qbittorrent:/config | |
- /Z/downloads:/downloads | |
ports: | |
- 8080:8080 | |
- 6881:6881 | |
- 6881:6881/udp | |
restart: unless-stopped |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Command to find 1st time login password:
Results: