abstract version in readme

This commit is contained in:
Julien Fastré 2017-03-06 10:53:05 +01:00
parent 4b8d0a85bc
commit 5a492407b6

View file

@ -97,8 +97,8 @@ Example of how to build this image :
# download sources # download sources
$ git clone https://framagit.org/julienfastre/docker-sogo.git $ git clone https://framagit.org/julienfastre/docker-sogo.git
$ cd docker-sogo $ cd docker-sogo
# launch the build using the version 3.1.5 # launch the build using specific version (replace with your own version)
$ docker build --build-arg version=3.1.5 . $ docker build --build-arg version=x.x.x .
``` ```
## migrating from 2.3 to 3.1|3.2 using docker-compose ## migrating from 2.3 to 3.1|3.2 using docker-compose