Fix config.yaml.sample
Changed address of Clair API to bind correctly.
This commit is contained in:
parent
148b3e075d
commit
89a5a80cf1
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user