mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 23:14:37 +00:00
Update absolute links in v0.35.x to reference that branch. (#7870)
This commit is contained in:
@@ -101,7 +101,7 @@ rm -rf ./build/node*
|
||||
|
||||
## Configuring ABCI containers
|
||||
|
||||
To use your own ABCI applications with 4-node setup edit the [docker-compose.yaml](https://github.com/tendermint/tendermint/blob/master/docker-compose.yml) file and add image to your ABCI application.
|
||||
To use your own ABCI applications with 4-node setup edit the [docker-compose.yaml](https://github.com/tendermint/tendermint/blob/v0.35.x/docker-compose.yml) file and add image to your ABCI application.
|
||||
|
||||
```yml
|
||||
abci0:
|
||||
@@ -150,7 +150,7 @@ To use your own ABCI applications with 4-node setup edit the [docker-compose.yam
|
||||
|
||||
```
|
||||
|
||||
Override the [command](https://github.com/tendermint/tendermint/blob/master/networks/local/localnode/Dockerfile#L12) in each node to connect to it's ABCI.
|
||||
Override the [command](https://github.com/tendermint/tendermint/blob/v0.35.x/networks/local/localnode/Dockerfile#L12) in each node to connect to it's ABCI.
|
||||
|
||||
```yml
|
||||
node0:
|
||||
|
||||
Reference in New Issue
Block a user