Skip to content
Snippets Groups Projects
Commit 01f8138c authored by lcross2002's avatar lcross2002
Browse files

comment 2

parent 8f9292c9
No related branches found
No related tags found
No related merge requests found
...@@ -17,7 +17,7 @@ services: ...@@ -17,7 +17,7 @@ services:
build: build:
context: FlightMicroservice context: FlightMicroservice
dockerfile: ./Dockerfile 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 - 4201:8080
networks: networks:
- airline-net - airline-net
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment