Skip to content

Commit

Permalink
Remove 1204/tcp from docker run command option
Browse files Browse the repository at this point in the history
  • Loading branch information
tkyonezu committed May 17, 2017
1 parent 49cbefc commit 0fe87fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ clean:
rm -fr build external docker/tiny/iroha

run:
docker run -d --name iroha -p 1204:1204 -p 50051:50051 hyperledger/iroha
docker run -d --name iroha -p 50051:50051 hyperledger/iroha

logs:
docker logs -f iroha
Expand Down

0 comments on commit 0fe87fb

Please sign in to comment.