Fix config.yaml.sample

Changed address of Clair API to bind correctly.
This commit is contained in:
Sergio Zamarro 2017-09-20 09:49:38 +02:00 committed by GitHub
parent 148b3e075d
commit 89a5a80cf1

View File

@ -33,7 +33,7 @@ clair:
api: api:
# v3 grpc/RESTful API server address # v3 grpc/RESTful API server address
addr: "127.0.0.1:6060" addr: "0.0.0.0:6060"
# Health server address # Health server address
# This is an unencrypted endpoint useful for load balancers to check to healthiness of the clair server. # This is an unencrypted endpoint useful for load balancers to check to healthiness of the clair server.