From 44d7d52f23ee02c20c1f43314a730e55d05f385f Mon Sep 17 00:00:00 2001 From: Matthias Guillitte Date: Mon, 30 Jun 2025 16:23:47 +0200 Subject: [PATCH] fix composer version --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index d553ed1..cff1ff8 100644 --- a/compose.yaml +++ b/compose.yaml @@ -39,8 +39,8 @@ services: undetected-chromedriver: build: - context: . - dockerfile: undetectedChromedriver/seleniumChromedriverDockerfile + context: ./undetectedChromedriver + dockerfile: seleniumChromedriverDockerfile restart: unless-stopped volumes: - /tmp:/tmp