Skip to content

Commit 5a513dd

Browse files
committed
Make host and container ports same
1 parent bccfed9 commit 5a513dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ services:
44
context: ./question-service
55
target: $BUILD_ENV
66
ports:
7-
- $QUESTION_SVC_PORT
7+
- $QUESTION_SVC_PORT:$QUESTION_SVC_PORT
88
environment:
99
- PORT=$QUESTION_SVC_PORT
1010
- DB_CLOUD_URI=$QUESTION_SVC_DB_URI

0 commit comments

Comments
 (0)