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