services: pia-qbittorrent: image: j4ym0/pia-qbittorrent container_name: pia-qbittorrent cap_add: - NET_ADMIN volumes: - ${QBITTORRENT_CONFIG_DIR}:/config - ${QBITTORRENT_DOWNLOAD_DIR}:/downloads ports: - ${QBITTORRENT_PORT}:8888 restart: always env_file: - stack.env