Merge pull request #304 from roundcube/mysql-use-latest

This commit is contained in:
Pablo Zmdl 2025-01-02 10:43:38 +01:00 committed by GitHub
commit dd2374c0e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ version: '2'
services:
roundcubedb:
image: mysql:5.7
image: mysql:latest
container_name: roundcubedb
# restart: unless-stopped
volumes: