Update instructions to specify version 2.3 of the docker image.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2017-06-11 19:28:48 -04:00
parent b1ae091746
commit 6bea213039
3 changed files with 3 additions and 3 deletions

View File

@@ -57,7 +57,7 @@ After the image finishes downloading, initialize a Mayan EDMS container.
```bash
$ docker run -d --name mayan-edms --restart=always -p 80:80 \
-v mayan_data:/var/lib/mayan mayanedms/mayanedms
-v mayan_data:/var/lib/mayan mayanedms/mayanedms:2.3
```
Point your browser to the IP address 127.0.0.1 (or the alternate port chosen,

View File

@@ -32,7 +32,7 @@ After the image finishes downloading, initialize a Mayan EDMS container.
.. code-block:: bash
$ docker run -d --name mayan-edms --restart=always -p 80:80 \
-v mayan_data:/var/lib/mayan mayanedms/mayanedms
-v mayan_data:/var/lib/mayan mayanedms/mayanedms:2.3
Point your browser to the IP address 127.0.0.1 (or the alternate port chosen,
ie: 127.0.0.1:81) and use the automatically created admin account.

View File

@@ -17,7 +17,7 @@ After the image finishes downloading, initialize a Mayan EDMS container.
.. code-block:: bash
$ docker run -d --name mayan-edms --restart=always -p 80:80 \
-v mayan_data:/var/lib/mayan mayanedms/mayanedms
-v mayan_data:/var/lib/mayan mayanedms/mayanedms:2.3
Point your browser to the IP address 127.0.0.1 (or the alternate port chosen,
ie: 127.0.0.1:81) and use the automatically created admin account.