mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
use correct variable in e2e compose
This commit is contained in:
@@ -85,7 +85,7 @@ services:
|
||||
- ./{{ .Name }}:/tendermint
|
||||
networks:
|
||||
{{ $.Name }}:
|
||||
ipv{{ if $.IPv6 }}6{{ else }}4{{ end}}_address: {{ .IP }}
|
||||
ipv{{ if $.IPv6 }}6{{ else }}4{{ end}}_address: {{ .InternalIP }}
|
||||
|
||||
{{end}}`)
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user