pull/570/merge
Wen Zhou 6 years ago committed by GitHub
commit d843d15e1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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