abstract version in readme
This commit is contained in:
parent
4b8d0a85bc
commit
449c9217d2
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue