Skip to content

Commit

Permalink
close internal ports;
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil Lashin committed Jun 8, 2018
1 parent fbcf014 commit 436a51d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ services:
- ~/.minter:/minter
ports:
- "8841:8841"
- "46658:46658"
tendermint:
image: tendermint/tendermint:0.19.9
command: node --proxy_app=tcp://minter:46658
volumes:
- ~/.tendermint:/tendermint
ports:
- "46656:46656"
- "46657:46657"

0 comments on commit 436a51d

Please sign in to comment.