services: << service_name >>: image: lscr.io/linuxserver/sabnzbd:latest container_name: << service_name >> environment: - PUID=<< puid >> - PGID=<< pgid >> - TZ=<< timezone >> volumes: - << data_dir >>/<< service_name >>/config:/config - << downloads_dir >>:/downloads ports: - "<< port >>:8080" restart: unless-stopped