Merge pull request #274 from JensPiegsa/patch-1

Restart clair until postgres is up
pull/276/head
Quentin Machu 8 years ago committed by GitHub
commit 39854ac64d

@ -3,12 +3,14 @@ services:
postgres:
container_name: clair_postgres
image: postgres:latest
restart: unless-stopped
environment:
POSTGRES_PASSWORD: password
clair:
container_name: clair_clair
image: quay.io/coreos/clair:v1.2.2
restart: unless-stopped
depends_on:
- postgres
ports:

Loading…
Cancel
Save