fix some typos

This commit is contained in:
Qballjos 2021-02-26 11:42:21 +01:00
parent 3186517995
commit c9464f5dbd
1 changed files with 4 additions and 2 deletions

View File

@ -49,8 +49,8 @@ services:
container_name: qbittorrent container_name: qbittorrent
environment: environment:
- "PUID=${PUID}" - "PUID=${PUID}"
- PGID=1000 - PGID=${PGID}
- "UMASK=${PGID}" - "UMASK=002"
- "TZ=${TZ}" - "TZ=${TZ}"
- "VPN_ENABLED=${VPN_ENABLED}" - "VPN_ENABLED=${VPN_ENABLED}"
- "VPN_USER=${VPN_USER}" - "VPN_USER=${VPN_USER}"
@ -75,6 +75,8 @@ services:
- "${JACKETTPORT}:9117" - "${JACKETTPORT}:9117"
- "${NZBGETPORT}:6789" - "${NZBGETPORT}:6789"
privileged: true privileged: true
cap-add:
- "NET_ADMIN"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- "${APPDATA}/qbittorrent:/config" - "${APPDATA}/qbittorrent:/config"