diff --git a/koel/docker-compose.yml b/koel/docker-compose.yml index e6a79fb..c207d71 100644 --- a/koel/docker-compose.yml +++ b/koel/docker-compose.yml @@ -27,7 +27,7 @@ services: - 'index:/var/www/html/storage/search-indexes' db: - image: 'mariadb:10.6.0-focal' + image: 'mariadb:10.5.9-focal' restart: 'always' command: '--default-authentication-plugin=mysql_native_password' diff --git a/monica/docker-compose.yml b/monica/docker-compose.yml index 9ff7607..32a42f5 100644 --- a/monica/docker-compose.yml +++ b/monica/docker-compose.yml @@ -26,7 +26,7 @@ services: - 'data:/var/www/html/storage' db: - image: 'mariadb:10.6.0-focal' + image: 'mariadb:10.5.9-focal' restart: 'always' command: '--default-authentication-plugin=mysql_native_password'