services: radarr: image: lscr.io/linuxserver/radarr:latest container_name: radarr environment: - PUID=1000 # Make sure this matches your host user - PGID=1000 # Adjust for your group - TZ=Etc/UTC volumes: - /srv/appdata/radarr/config:/config - /srv/downloads:/downloads - /etc/localtime:/etc/localtime:ro - /data/Data1/jellyfin/Movies:/movies - /data/Data1/radarr/recyclebin:/recyclebin # ports: # - 7878:7878 restart: unless-stopped networks: npm_proxy: ipv4_address: 192.168.97.11 networks: npm_proxy: external: true