From e40ec97435e3d7abee28de0f9fe771aa344bbe3e Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Fri, 26 Sep 2025 23:00:28 +0000 Subject: [PATCH] Corrected docker-compose.yaml.example config --- docker-compose.yaml.example | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docker-compose.yaml.example b/docker-compose.yaml.example index 9f88012..568cb3e 100644 --- a/docker-compose.yaml.example +++ b/docker-compose.yaml.example @@ -9,7 +9,7 @@ services: volumes: - /path/to/lidarr/config:/config - /path/to/data/:/data/ - - path/to/downloads/:/downloads + - /path/to/downloads/:/downloads ports: - 8686:8686 networks: @@ -21,8 +21,7 @@ services: image: gitea.kansaigaijin.com/KansaiGaijin container_name: mbid-poller environment: - # Common: The URL for your Lidarr instance - - LIDARR_BASE=http://lidarr:8686 + - LIDARR_BASE=http://lidarr:8686 # The URL for your Lidarr instance - LIDARR_API_KEY=your_lidarr_api_key_here # Get this from Lidarr Settings > General > API Key - LIDARR_ROOT_FOLDER=/music # Your music root folder path in Lidarr - LIDARR_QUALITY_PROFILE_ID=1 # ID of quality profile (check Lidarr Settings > Profiles > Quality Profiles)