We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e5fb028 + df988c3 commit 7c0a7fbCopy full SHA for 7c0a7fb
1 file changed
cluster/sync.sh
@@ -20,7 +20,7 @@ source ./cluster/cluster.sh
20
cluster::install
21
22
registry_port=$(./cluster/cli.sh ports registry | tr -d '\r')
23
-export REGISTRY=localhost:$registry_port
+export REGISTRY=127.0.0.1:$registry_port
24
25
make build
26
make push
0 commit comments