services: << service_name >>: image: lscr.io/linuxserver/plex:latest container_name: << service_name >> ports: - "<< port >>:32400" environment: - TZ=<< timezone >> - PUID=<< puid >> - PGID=<< pgid >> <% if plex_claim %> - PLEX_CLAIM=<< plex_claim >> <% endif %> volumes: - << appdata_dir >>/<< service_name >>/config:/config - << data_root >>/media:/data/media:ro restart: unless-stopped