Remove image definition

This causes issues with other compose projects as the build container will use the image tag
This commit is contained in:
Sonny Bakker 2025-04-21 17:34:30 +02:00
parent cd32757a4f
commit afcda2a9e5

View file

@ -8,7 +8,6 @@ networks:
services: services:
transmission: transmission:
image: alpine:latest
build: build:
context: . context: .
dockerfile: Dockerfile dockerfile: Dockerfile