From 4df02f48fff91da075d9889a0a12ce3da0ab9e74 Mon Sep 17 00:00:00 2001 From: pcjones Date: Mon, 12 Feb 2024 21:28:51 +0100 Subject: [PATCH] Update docker compose --- docker-compose.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 0c4a439..2cc732f 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,9 +1,9 @@ version: '3.8' services: umlautadaptarr: - # uncomment this to get the development branch - # build: https://github.com/PCJones/UmlautAdaptarr.git#develop - image: pcjones/umlautadaptarr:latest + #uncomment this to get the development branch + #build: https://github.com/PCJones/UmlautAdaptarr.git#develop + build: https://github.com/PCJones/UmlautAdaptarr.git#master image: umlautadaptarr restart: unless-stopped environment: @@ -21,4 +21,4 @@ services: - LIDARR_HOST=http://localhost:8686 - LIDARR_API_KEY=API_KEY ports: - - "5005":"5005 " + - "5005":"5005"