Issue with docker, radarr, and qbittorrent: this directory does not appear to exist.

This page summarizes the projects mentioned and recommended in the original post on /r/radarr

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • docker-plex

  • # https://github.com/linuxserver/docker-plex plex: image: lscr.io/linuxserver/plex:latest container_name: plex network_mode: host environment: - PUID=${PUID} #IDs of linux user for permissions purposes - PGID=13000 - UMASK=002 - VERSION=docker - PLEX_CLAIM= #claim token for plex (optional) (expires in 4 min) volumes: - ${ROOT_DIR}/docker/plex-config:/config - ${ROOT_DIR}/data/media:/data/media restart: unless-stopped

  • nordvpn

    NordVpn Docker Client

  • # https://github.com/bubuntux/nordvpn nordvpn: image: ghcr.io/bubuntux/nordvpn cap_add: - NET_ADMIN # Required - NET_RAW # Required environment: - USER=${VPN_USERNAME} # Required - "PASS=${VPN_PASSWORD}" # Required - CONNECT=United_States - TECHNOLOGY=NordLynx - NETWORK=192.168.1.0/24 ports: - 8080:8080 sysctls: - net.ipv6.conf.all.disable_ipv6=1

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • docker-qbittorrent

  • # https://github.com/linuxserver/docker-qbittorrent qbittorrent: image: lscr.io/linuxserver/qbittorrent:latest container_name: qbittorrent network_mode: service:nordvpn environment: - PUID=13002 - PGID=13000 - TZ=${TIMEZONE} - UMASK=002 volumes: - ${ROOT_DIR}/docker/qbittorrent-config:/config - ${ROOT_DIR}/data/torrents:/data/torrents restart: unless-stopped depends_on: - vpn

  • docker-sonarr

  • # https://github.com/linuxserver/docker-sonarr sonarr: image: lscr.io/linuxserver/sonarr:latest container_name: sonarr environment: - PUID=13001 - PGID=13000 - TZ=${TIMEZONE} - UMASK=002 volumes: - ${ROOT_DIR}/docker/radarr-config:/config - ${ROOT_DIR}/data:/data ports: - 8989:8989 restart: unless-stopped

  • docker-radarr

  • # https://github.com/linuxserver/docker-radarr radarr: image: lscr.io/linuxserver/radarr:latest container_name: radarr environment: - PUID=13003 - PGID=13000 - UMASK=002 - TZ=${TIMEZONE} volumes: - ${ROOT_DIR}/docker/sonarr-config:/config - ${ROOT_DIR}/data:/data ports: - 7878:7878 restart: unless-stopped

  • docker-prowlarr

    Docker image for Prowlarr/Prowlarr

  • # https://github.com/linuxserver/docker-prowlarr prowlarr: image: lscr.io/linuxserver/prowlarr:develop container_name: prowlarr environment: - PUID=13004 - PGID=13000 - UMASK=002 - TZ=${TIMEZONE} volumes: - ${ROOT_DIR}/docker/prowlarr-config:/config ports: - 9696:9696 restart: unless-stopped ``` From my googling I thought it might be a permissions issue but after checking that doesn't seem to be the case.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts