Update docker-compose.yml

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

@ -1,10 +1,10 @@
version: "3.2"
version: "3.5"
services:
#Mysql Container
mysql:
image: mysql:5.7.23
container_name: mysql
image: mariadb
container_name: glpi-mariadb
hostname: mysql
volumes:
- /var/lib/mysql:/var/lib/mysql
@ -14,7 +14,7 @@ services:
#GLPI Container
glpi:
image: diouxx/glpi
image: aguyonnet/glpi
container_name : glpi
hostname: glpi
ports:
@ -24,5 +24,5 @@ services:
- /etc/localtime:/etc/localtime:ro
- /var/www/html/glpi/:/var/www/html/glpi
environment:
- TIMEZONE=Europe/Brussels
restart: always
- TIMEZONE=Europe/Paris
restart: always

Loading…
Cancel
Save