From d910b9ac9406d82c02f69e318cc65d966341645c Mon Sep 17 00:00:00 2001
From: lcross2002 <liamdcross@outlook.com>
Date: Thu, 14 Mar 2024 12:56:59 +0000
Subject: [PATCH] docker actually working

---
 docker-compose.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docker-compose.yaml b/docker-compose.yaml
index 90bd150..1446e0b 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -6,7 +6,7 @@ services:
       context: client
       dockerfile: ./Dockerfile
     ports:
-      - 4200-4200
+      - 4200:4200
     networks:
       - airline-net
   # End React UI Client
@@ -18,7 +18,7 @@ services:
       context: FlightMicroservice
       dockerfile: ./Dockerfile
     ports:
-      - 8080-8080
+      - 4201:8080
     networks:
     - airline-net
   # End Flight Microservice
-- 
GitLab