Skip to content

Commit

Permalink
Change expose port in dockerfile from 8888 to 7054
Browse files Browse the repository at this point in the history
Looks like I missed one change here in the port rename,
so this is a one line change.
See https://jira.hyperledger.org/browse/FAB-1712

Change-Id: I94a6ca62aa1ad0d5996039516f4214c641f1f203
Signed-off-by: Keith Smith <[email protected]>
  • Loading branch information
Keith Smith committed Jan 25, 2017
1 parent a569df9 commit f5291e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/fabric-ca/Dockerfile.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ COPY payload/tls_client-key.pem /.fabric-ca/tls_client-key.pem
COPY payload/ec-key.pem /.fabric-ca/ec-key.pem
COPY payload/ec.pem /.fabric-ca/ec.pem

EXPOSE 8888
EXPOSE 7054
CMD fabric-ca server start -address 0.0.0.0 -config $FABRIC_CA_HOME/server-config.json

0 comments on commit f5291e7

Please sign in to comment.