Skip to content

Commit 0906ae6

Browse files
Fixed comment for the identity.api microservice.
1 parent 5378d20 commit 0906ae6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

docker-compose.override.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ services:
6565
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
6666
- OrchestratorType=${ORCHESTRATOR_TYPE}
6767
ports:
68-
- "5105:80" # Important: In a production environment your should remove the external port (5105) kept here for microservice debugging purposes.
69-
# The API Gateway redirects and access through the internal port (80).
68+
- "5105:80"
7069

7170
ordering.api:
7271
environment:

0 commit comments

Comments
 (0)