use correct variable in e2e compose

This commit is contained in:
William Banfield
2022-12-08 15:27:57 -05:00
parent 63b5b09871
commit 64a65c75f1

View File

@@ -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 {