Build image instead of relying on a local image name

This commit is contained in:
Valentin Brandl
2019-07-27 13:25:38 +02:00
parent 4f88410743
commit e24195878f

View File

@ -2,5 +2,5 @@ version: '2'
services:
gitache:
image: local/gitache:latest
build: ./
restart: always