Update mysql version

pull/37/head
DiouxX 4 years ago committed by GitHub
parent dd0be24762
commit 4a32ee01ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,7 +3,7 @@ version: "3.2"
services: services:
#Mysql Container #Mysql Container
mysql: mysql:
image: mysql:5.7.23 image: mysql:5.7.34
container_name: mysql container_name: mysql
hostname: mysql hostname: mysql
volumes: volumes:
@ -25,4 +25,4 @@ services:
- /var/www/html/glpi/:/var/www/html/glpi - /var/www/html/glpi/:/var/www/html/glpi
environment: environment:
- TIMEZONE=Europe/Brussels - TIMEZONE=Europe/Brussels
restart: always restart: always

Loading…
Cancel
Save