From 4a32ee01ac224c64e5e7ff63ebcbedbd5a06dbdc Mon Sep 17 00:00:00 2001 From: DiouxX Date: Sun, 11 Jul 2021 11:15:35 +0200 Subject: [PATCH] Update mysql version --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index d620157..3a4bef0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -3,7 +3,7 @@ version: "3.2" services: #Mysql Container mysql: - image: mysql:5.7.23 + image: mysql:5.7.34 container_name: mysql hostname: mysql volumes: @@ -25,4 +25,4 @@ services: - /var/www/html/glpi/:/var/www/html/glpi environment: - TIMEZONE=Europe/Brussels - restart: always \ No newline at end of file + restart: always