adding a volume with webresources
those webresources are share with a nginx container, and contains css / js
This commit is contained in:
parent
a06ba47116
commit
c00508354f
|
@ -2,7 +2,7 @@ FROM ubuntu:16.04
|
||||||
|
|
||||||
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
MAINTAINER Julien Fastré <julienfastre@cvfe.be>
|
||||||
|
|
||||||
ARG version=2.3.17
|
ARG version=3.1.5
|
||||||
|
|
||||||
WORKDIR /tmp/build
|
WORKDIR /tmp/build
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
args:
|
args:
|
||||||
- version=2.3.17
|
- version=3.1.5
|
||||||
|
|
||||||
# if you want to use builded image, uncomment next line
|
# if you want to use builded image, uncomment next line
|
||||||
# image: julienfastre/sogo:3.1
|
# image: julienfastre/sogo:3.1
|
||||||
|
|
Loading…
Reference in a new issue