mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
fix: update MySQL image reference in docker-compose.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
glpi-mysql:
|
glpi-mysql:
|
||||||
image: elestio/mysql:9.1.0
|
image: mysql:9.1.0
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- glpi-mysql-data:/var/lib/mysql
|
- glpi-mysql-data:/var/lib/mysql
|
||||||
|
|||||||
Reference in New Issue
Block a user