Skip to content

Commit 643659c

Browse files
committed
try without network aliases
1 parent 15206ca commit 643659c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

framework/components/clnode/clnode.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,9 +184,9 @@ func newNode(in *Input, pgOut *postgres.Output) (*NodeOut, error) {
184184
Name: containerName,
185185
Labels: framework.DefaultTCLabels(),
186186
Networks: []string{framework.DefaultNetworkName},
187-
NetworkAliases: map[string][]string{
188-
framework.DefaultNetworkName: {containerName},
189-
},
187+
//NetworkAliases: map[string][]string{
188+
// framework.DefaultNetworkName: {containerName},
189+
//},
190190
ExposedPorts: exposedPorts,
191191
Entrypoint: []string{
192192
"/bin/sh", "-c",

0 commit comments

Comments
 (0)