update docker-compose version

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

@ -12,7 +12,7 @@ Edit the glpi-install.sh specify a version in the VERSION_GLPI var, then launch
## Deploy without persistence data ( for quickly test )
```yaml
version: "3.2"
version: "3.5"
services:
#mariadb Container
@ -56,7 +56,7 @@ MYSQL_PASSWORD=glpi
### docker-compose .yml
```yaml
version: "3.2"
version: "3.5"
services:
#mariadb Container

Loading…
Cancel
Save