Update README.md

pull/35/merge^2
Antoine Guyon 5 years ago committed by GitHub
parent f9e55cc4d2
commit 1305513f8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,12 +6,7 @@
Install and run an GLPI instance with docker. Install and run an GLPI instance with docker.
## Deploy a specific release of GLPI ## Deploy a specific release of GLPI
Default, docker run will use the latest release of GLPI. Edit the glpi-install.sh specify a version in the VERSION_GLPI var
For an usage on production environnement, it's recommanded to set specific release.
Here an example for release 9.1.6 :
```sh
docker run --name glpi -p 80:80 --env "VERSION_GLPI=9.1.6" -d aguyonnet/glpi
```
# Deploy with docker-compose # Deploy with docker-compose

Loading…
Cancel
Save