We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bccfed9 commit 5a513ddCopy full SHA for 5a513dd
docker-compose.yml
@@ -4,7 +4,7 @@ services:
4
context: ./question-service
5
target: $BUILD_ENV
6
ports:
7
- - $QUESTION_SVC_PORT
+ - $QUESTION_SVC_PORT:$QUESTION_SVC_PORT
8
environment:
9
- PORT=$QUESTION_SVC_PORT
10
- DB_CLOUD_URI=$QUESTION_SVC_DB_URI
0 commit comments