We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5378d20 commit 0906ae6Copy full SHA for 0906ae6
1 file changed
docker-compose.override.yml
@@ -65,8 +65,7 @@ services:
65
- ApplicationInsights__InstrumentationKey=${INSTRUMENTATION_KEY}
66
- OrchestratorType=${ORCHESTRATOR_TYPE}
67
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).
+ - "5105:80"
70
71
ordering.api:
72
environment:
0 commit comments