services: << service_name >>: image: lscr.io/linuxserver/prowlarr:latest container_name: << service_name >> environment: - PUID=<< puid >> - PGID=<< pgid >> - TZ=<< timezone >> - UMASK=002 volumes: - << appdata_dir >>/<< service_name >>:/config ports: - "<< port >>:9696" restart: unless-stopped