From f2c1ac12f9e5088b3da627b2386a631de9ba75c2 Mon Sep 17 00:00:00 2001 From: Tom Gallacher Date: Mon, 24 Oct 2016 17:35:35 +0100 Subject: [PATCH] docker-compose: only download the needed tags --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index c814bcd2..141140c1 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ consul: # CloudAPI GraphQL ############################################################################# cloudapi: - image: quay.io/yldio/joyent-dashboard-cloudapi-graphql + image: quay.io/yldio/joyent-dashboard-cloudapi-graphql:latest mem_limit: 128m labels: - triton.cns.services=cloudapi @@ -35,7 +35,7 @@ cloudapi: # Frontend ############################################################################# frontend: - image: quay.io/yldio/joyent-dashboard-frontend + image: quay.io/yldio/joyent-dashboard-frontend:latest mem_limit: 128m labels: - triton.cns.services=frontend