Update README.md

pull/5/head
sylvainrolland 8 years ago committed by GitHub
parent 652e9ef9ee
commit d41c05b608

@ -37,7 +37,7 @@ Default, docker run will use the latest release of GLPI.
For an usage on production environnement, it's recommanded to use the latest release. For an usage on production environnement, it's recommanded to use the latest release.
Here an example for release 9.1.6 : Here an example for release 9.1.6 :
```sh ```sh
docker run --name glpi --hostname glpi --link mysql:mysql --volumes-from glpi-data -p 80:80 --e "VERSION_GLPI=9.1.6" -d diouxx/glpi docker run --name glpi --hostname glpi --link mysql:mysql --volumes-from glpi-data -p 80:80 --env "VERSION_GLPI=9.1.6" -d diouxx/glpi
``` ```
## Deploy with docker-compose ## Deploy with docker-compose

Loading…
Cancel
Save