Update to correct repo

clair:latest is the stable one
  clair-git:latest is buggy to use
  add proxy setting if clair runs behind proxy
pull/570/head
wezh01 6 years ago
parent e907e4d263
commit de6fac599a

@ -9,7 +9,10 @@ services:
clair:
container_name: clair_clair
image: quay.io/coreos/clair-git:latest
image: quay.io/coreos/clair:latest
environment:
# - HTTP_PROXY=http://yourproxy.com:port
# - HTTPS_PROXY=http://yourproxy.com:port
restart: unless-stopped
depends_on:
- postgres

Loading…
Cancel
Save