fix: update MySQL image reference in docker-compose.yml

This commit is contained in:
Mohab Gabber
2025-01-02 21:28:52 +02:00
parent d4f89425db
commit bb5fd9895d

View File

@@ -1,6 +1,6 @@
services:
glpi-mysql:
image: elestio/mysql:9.1.0
image: mysql:9.1.0
restart: always
volumes:
- glpi-mysql-data:/var/lib/mysql