From 8b4f849a91410969b8c32a70ea3bfc0417bed416 Mon Sep 17 00:00:00 2001 From: Rishi Ghan Date: Sun, 27 Mar 2022 21:00:06 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Fixed=20a=20context=20instructio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index f6550cb..022a8cf 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,12 +13,10 @@ x-comics-volume: target: /comics services: threetwo: - build: - context: https://github.com/rishighan/threetwo-docker-compose.git + build: https://github.com/rishighan/threetwo-docker-compose.git image: frishi/threetwo container_name: threetwo-ui restart: unless-stopped - ports: - "8050:8050" - "3050:3050"