Skip to content

Commit 7c0a7fb

Browse files
authored
Merge pull request #105 from oshoval/fix_lh
cluster sync: Fix flow
2 parents e5fb028 + df988c3 commit 7c0a7fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cluster/sync.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ source ./cluster/cluster.sh
2020
cluster::install
2121

2222
registry_port=$(./cluster/cli.sh ports registry | tr -d '\r')
23-
export REGISTRY=localhost:$registry_port
23+
export REGISTRY=127.0.0.1:$registry_port
2424

2525
make build
2626
make push

0 commit comments

Comments
 (0)