Merge PR #2899: Remove redundant $

This commit is contained in:
yutianwu 2018-11-26 18:26:05 +08:00 committed by Christopher Goes
parent 8af2eb2b5f
commit 2d071763d1
2 changed files with 5 additions and 4 deletions

View File

@ -87,6 +87,7 @@ BUG FIXES
* Gaia
* [\#2723] Use `cosmosvalcons` Bech32 prefix in `tendermint show-address`
* [\#2742](https://github.com/cosmos/cosmos-sdk/issues/2742) Fix time format of TimeoutCommit override
* [\#2898](https://github.com/cosmos/cosmos-sdk/issues/2898) Remove redundant '$' in docker-compose.yml
* SDK

View File

@ -8,7 +8,7 @@ services:
- "26656-26657:26656-26657"
environment:
- ID=0
- LOG=$${LOG:-gaiad.log}
- LOG=${LOG:-gaiad.log}
volumes:
- ./build:/gaiad:Z
networks:
@ -22,7 +22,7 @@ services:
- "26659-26660:26656-26657"
environment:
- ID=1
- LOG=$${LOG:-gaiad.log}
- LOG=${LOG:-gaiad.log}
volumes:
- ./build:/gaiad:Z
networks:
@ -34,7 +34,7 @@ services:
image: "tendermint/gaiadnode"
environment:
- ID=2
- LOG=$${LOG:-gaiad.log}
- LOG=${LOG:-gaiad.log}
ports:
- "26661-26662:26656-26657"
volumes:
@ -48,7 +48,7 @@ services:
image: "tendermint/gaiadnode"
environment:
- ID=3
- LOG=$${LOG:-gaiad.log}
- LOG=${LOG:-gaiad.log}
ports:
- "26663-26664:26656-26657"
volumes: