From 89a5a80cf10f48b470264f9cd7edb6b6e926b76c Mon Sep 17 00:00:00 2001 From: Sergio Zamarro Date: Wed, 20 Sep 2017 09:49:38 +0200 Subject: [PATCH] Fix config.yaml.sample Changed address of Clair API to bind correctly. --- config.yaml.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml.sample b/config.yaml.sample index 23e85fed..cb6fd5d3 100644 --- a/config.yaml.sample +++ b/config.yaml.sample @@ -33,7 +33,7 @@ clair: api: # v3 grpc/RESTful API server address - addr: "127.0.0.1:6060" + addr: "0.0.0.0:6060" # Health server address # This is an unencrypted endpoint useful for load balancers to check to healthiness of the clair server.