#36 for Qbittorrent

This commit is contained in:
Joey Hafner 2022-11-01 00:34:43 -07:00
parent 9134879222
commit d8989ba7a9
3 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,7 @@ services:
- $DOCKER_DATA:/config
- $TORRENT_DATA:/torrenting
env_file:
- .env
- qbittorrent.env
ports:
- 50000:50000
labels:

View File

@ -1,5 +1,8 @@
# Volumes
DOCKER_DATA=/home/joey/data/qbittorrent
TORRENT_DATA=/mnt/nas/torrenting
# Env
PUID=1000
PGID=1000
TZ=America/Los_Angeles