From 8f9292c98f7d2c3c99c4a8cf1dad988f4a4b7643 Mon Sep 17 00:00:00 2001 From: lcross2002 <liamdcross@outlook.com> Date: Thu, 14 Mar 2024 13:00:26 +0000 Subject: [PATCH] comment --- docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index 1446e0b..71639ea 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -17,7 +17,7 @@ services: build: context: FlightMicroservice dockerfile: ./Dockerfile - ports: + ports: # Remove this to make the service not accessible externally - 4201:8080 networks: - airline-net -- GitLab