added pia-qbittorrent service to docker compose
This commit is contained in:
@@ -44,9 +44,13 @@ services:
|
|||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
environment:
|
environment:
|
||||||
|
- UID=${PUID}
|
||||||
|
- GID=${PGID}
|
||||||
|
- TZ=Etc/UTC
|
||||||
- PIA_REGION=${PIA_REGION}
|
- PIA_REGION=${PIA_REGION}
|
||||||
- PIA_USERNAME=${PIA_USERNAME}
|
- PIA_USERNAME=${PIA_USERNAME}
|
||||||
- PIA_PASSWORD=${PIA_PASSWORD}
|
- PIA_PASSWORD=${PIA_PASSWORD}
|
||||||
|
- CIPHER=AES-128-CBC
|
||||||
volumes:
|
volumes:
|
||||||
- qbittorrent-pia:/config
|
- qbittorrent-pia:/config
|
||||||
- ${DATA_PATH}/torrents:/downloads
|
- ${DATA_PATH}/torrents:/downloads
|
||||||
|
|||||||
Reference in New Issue
Block a user