From 01f8138c8ee76b79af60cc9222d6a1b7cd13f638 Mon Sep 17 00:00:00 2001 From: lcross2002 <liamdcross@outlook.com> Date: Thu, 14 Mar 2024 13:01:32 +0000 Subject: [PATCH] comment 2 --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 71639ea..3995d63 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,7 +17,7 @@ services: build: context: FlightMicroservice dockerfile: ./Dockerfile - ports: # Remove this to make the service not accessible externally + ports: # Remove this to make the service not accessible externally, do need to replace it with expose and an internal port though - 4201:8080 networks: - airline-net -- GitLab