diff --git a/lidarr/docker-compose.yaml b/lidarr/docker-compose.yaml new file mode 100644 index 0000000..3b374b3 --- /dev/null +++ b/lidarr/docker-compose.yaml @@ -0,0 +1,14 @@ +services: + lidarr: + image: lscr.io/linuxserver/lidarr:latest + container_name: lidarr + environment: + - PUID=0 + - PGID=0 + - TZ=America/Chicago + volumes: + - /arr/lidarr/appdata:/config + - /data:/data #optional + ports: + - 8686:8686 + restart: unless-stopped \ No newline at end of file