From c00508354fdcb232288fc76260d90f5720de45b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 28 Oct 2016 14:14:09 +0200 Subject: [PATCH] adding a volume with webresources those webresources are share with a nginx container, and contains css / js --- Dockerfile | 2 +- docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 04b481e..69c2f0e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM ubuntu:16.04 MAINTAINER Julien Fastré -ARG version=2.3.17 +ARG version=3.1.5 WORKDIR /tmp/build diff --git a/docker-compose.yml b/docker-compose.yml index 4755f62..4434e13 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,7 +8,7 @@ services: build: context: . args: - - version=2.3.17 + - version=3.1.5 # if you want to use builded image, uncomment next line # image: julienfastre/sogo:3.1