From afcda2a9e500a2537277718efc11c52e93fb8a2b Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Mon, 21 Apr 2025 17:34:30 +0200 Subject: [PATCH] Remove image definition This causes issues with other compose projects as the build container will use the image tag --- templates/transmission/docker-compose.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/transmission/docker-compose.j2 b/templates/transmission/docker-compose.j2 index 33d437c..3ed33a0 100644 --- a/templates/transmission/docker-compose.j2 +++ b/templates/transmission/docker-compose.j2 @@ -8,7 +8,6 @@ networks: services: transmission: - image: alpine:latest build: context: . dockerfile: Dockerfile