From: Pablo Zmdl Date: Tue, 17 Dec 2024 13:47:00 +0000 (+0100) Subject: Use :latest mysql images X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=18a941c85eb0bc37b6757096ca67375d78f983ec;p=roundcube-roundcubemail-docker.git 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. --- 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: