From a8cf0d2deaf3600df38a4a7cd721667ee78046fd Mon Sep 17 00:00:00 2001 From: Jamie Miller Date: Sun, 21 Sep 2025 22:21:22 +0000 Subject: [PATCH] corrected docker compose example with actual image location --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af09736..9ad2bd5 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ version: "3.8" services: maloja-lidarr-importer: - image: IMAGE_NAME + image: gitea.kansaigaijin.com/KansaiGaijin/Majola-Lidarr-Importer:latest container_name: maloja-lidarr-importer restart: unless-stopped env_file: .env