From 18a941c85eb0bc37b6757096ca67375d78f983ec Mon Sep 17 00:00:00 2001 From: Pablo Zmdl Date: Tue, 17 Dec 2024 14:47:00 +0100 Subject: [PATCH] Use :latest mysql images Apparently there were problems with running new versions some time ago, but I couldn't reproduce them, so here we go. --- examples/docker-compose-mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/docker-compose-mysql.yaml b/examples/docker-compose-mysql.yaml index d369d3b..18a7688 100644 --- a/examples/docker-compose-mysql.yaml +++ b/examples/docker-compose-mysql.yaml @@ -2,7 +2,7 @@ version: '2' services: roundcubedb: - image: mysql:5.7 + image: mysql:latest container_name: roundcubedb # restart: unless-stopped volumes: