Untitled

 avatar
unknown
plain_text
2 years ago
652 B
3
Indexable
services:
  qbittorrent:
    container_name: QBittorrent
    image: cr.hotio.dev/hotio/qbittorrent
    ports:
      - "10095:8080"
      - "10096:8118"
    environment:
      - PUID=1001
      - PGID=1001
      - UMASK=002
      - TZ=America/Chicago
      - VPN_ENABLED=true
      - VPN_LAN_NETWORK=192.168.68.0/24
      - VPN_CONF=wg0
      - VPN_ADDITIONAL_PORTS
      - PRIVOXY_ENABLED=false
    volumes:
      - ./Configs:/config
      - /MainPool/Files/Streaming/Torrents:/Streaming/Torrents
    cap_add:
      - NET_ADMIN
    sysctls:
      - net.ipv4.conf.all.src_valid_mark=1
      - net.ipv6.conf.all.disable_ipv6=1
    restart: unless-stopped
Editor is loading...