Skip to content

Commit be9630a

Browse files
committed
fixup
Signed-off-by: Matej Vašek <mvasek@redhat.com>
1 parent d116c01 commit be9630a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/docker/runner.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import (
1919
)
2020

2121
const (
22-
// DefaultHost is the standard ipv4 looback
23-
DefaultHost = "127.0.0.1"
22+
// DefaultHost is the standard ipv6 looback
23+
DefaultHost = "::1"
2424

2525
// DefaultPort is used as the preferred port, and in the unlikly event of an
2626
// error querying the OS for a free port during allocation.

0 commit comments

Comments
 (0)