Skip to content

Commit

Permalink
Changed port numbers in docker-compose to the new port numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-szabo committed Jun 15, 2018
1 parent 50ec561 commit aab685b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
container_name: gaiadnode0
image: "tendermint/gaiadnode"
ports:
- "46656-46657:46656-46657"
- "26656-26657:26656-26657"
environment:
- ID=0
- LOG=$${LOG:-gaiad.log}
Expand All @@ -19,7 +19,7 @@ services:
container_name: gaiadnode1
image: "tendermint/gaiadnode"
ports:
- "46659-46660:46656-46657"
- "26659-26660:26656-26657"
environment:
- ID=1
- LOG=$${LOG:-gaiad.log}
Expand All @@ -36,7 +36,7 @@ services:
- ID=2
- LOG=$${LOG:-gaiad.log}
ports:
- "46661-46662:46656-46657"
- "26661-26662:26656-26657"
volumes:
- ./build:/gaiad:Z
networks:
Expand All @@ -50,7 +50,7 @@ services:
- ID=3
- LOG=$${LOG:-gaiad.log}
ports:
- "46663-46664:46656-46657"
- "26663-26664:26656-26657"
volumes:
- ./build:/gaiad:Z
networks:
Expand Down

0 comments on commit aab685b

Please sign in to comment.