From 5fa261f1a0d8ed4c8c4405c203122a78d37a8be9 Mon Sep 17 00:00:00 2001 From: terminaldweller Date: Thu, 17 Feb 2022 19:39:24 +0330 Subject: fix --- terminaldweller.com/cargo/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'terminaldweller.com/cargo/docker-compose.yaml') diff --git a/terminaldweller.com/cargo/docker-compose.yaml b/terminaldweller.com/cargo/docker-compose.yaml index c8ca217..f1f990e 100644 --- a/terminaldweller.com/cargo/docker-compose.yaml +++ b/terminaldweller.com/cargo/docker-compose.yaml @@ -2,6 +2,7 @@ version: "3" services: nginx: image: nginx + build: context: . networks: - cargonet -- cgit v1.2.3