From c63950b20049b6e794bc9c6188b20e82a7dc5f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 5 Aug 2016 15:31:19 +0200 Subject: [PATCH] in docs, build by default --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 3e4f6ed..eb41966 100644 --- a/README.md +++ b/README.md @@ -45,12 +45,12 @@ version: '2' services: sogo: # if you prefer building by yourself -# build: -# context: . -# args: -# version: 2.2.13 -# if you prefer using an image - image: julienfastre/sogo:3.1.4 + build: + context: . + args: + version: 2.2.13 +# if you prefer using an image (not created yet) +# image: julienfastre/sogo:3.1 links: - db volumes: