Skip to content

Commit

Permalink
featureflagservice: expose grpc service on port FEATURE_FLAG_GRPC_SER…
Browse files Browse the repository at this point in the history
…VICE_PORT (#250)

Co-authored-by: Carter Socha <43380952+cartersocha@users.noreply.github.com>
  • Loading branch information
tsloughter and cartersocha authored Aug 3, 2022
1 parent aad6e02 commit 0ca979d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ services:
context: ./src/featureflagservice
ports:
- "${FEATURE_FLAG_SERVICE_PORT}:${FEATURE_FLAG_SERVICE_PORT}"
- "${FEATURE_FLAG_GRPC_SERVICE_PORT}"
- "${FEATURE_FLAG_GRPC_SERVICE_PORT}:${FEATURE_FLAG_GRPC_SERVICE_PORT}"
environment:
- FEATURE_FLAG_SERVICE_PORT
- FEATURE_FLAG_GRPC_SERVICE_PORT
Expand Down

0 comments on commit 0ca979d

Please sign in to comment.