services: lidarr: image: ghcr.io/linuxserver/lidarr:latest container_name: LIDARR healthcheck: test: curl -f http://localhost:8686/ || exit 1 restart: on-failure:5 security_opt: - no-new-privileges:true volumes: - /volume2/data:/data:rw - /volume2/docker/lidarr:/config:rw environment: TZ: America/Los_Angeles PGID: 100 PUID: 1026 ports: - 8686:8686