#36 for Qbittorrent
This commit is contained in:
parent
9134879222
commit
d8989ba7a9
@ -22,7 +22,7 @@ services:
|
||||
- $DOCKER_DATA:/config
|
||||
- $TORRENT_DATA:/torrenting
|
||||
env_file:
|
||||
- .env
|
||||
- qbittorrent.env
|
||||
ports:
|
||||
- 50000:50000
|
||||
labels:
|
||||
|
@ -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
|
Loading…
Reference in New Issue
Block a user