Browse Source

Fixed comment for the identity.api microservice.

pull/583/merge
Cesar De la Torre Llorente 6 years ago
parent
commit
0906ae6195
1 changed files with 1 additions and 2 deletions
  1. +1
    -2
      docker-compose.override.yml

+ 1
- 2
docker-compose.override.yml View File

@ -65,8 +65,7 @@ services:
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
- OrchestratorType=${ORCHESTRATOR_TYPE}
ports:
- "5105:80" # Important: In a production environment your should remove the external port (5105) kept here for microservice debugging purposes.
# The API Gateway redirects and access through the internal port (80).
- "5105:80"
ordering.api:
environment:


Loading…
Cancel
Save