From 97113cba93211b4e2b349ac787efcc68add6842d Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Thu, 24 Aug 2023 15:54:47 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20FIX:=20Fix=20undefined=20fronten?= =?UTF-8?q?d=20network?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yaml b/docker-compose.yaml index b72626b..f7cdb26 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -2,6 +2,8 @@ version: "2.1" networks: backend: external: true + frontend: + external: true services: phoenix-frontend: restart: always