From cef7cf96d6b795993ce3eedcc31987d0fef5e4d7 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Wed, 24 Apr 2019 01:22:40 +0200 Subject: [PATCH] Use official image --- docker-compose.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 62f50b2..48c767d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -2,8 +2,9 @@ version: "2" services: hoc: - build: . - image: local/hoc:latest + # build: . + # image: local/hoc:latest + image: registry.gitlab.com/vbrandl/hoc:latest volumes: - ./repos:/repos - ./cache:/cache