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