diff --git a/docker-compose.yaml b/docker-compose.yaml
index 71639ea8e581f46bd602ed9530d250eb13e8c12b..3995d636208f04a2c8a28bb9f64eb912588da450 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