Merge pull request #68 from Haxxnet/renovate/mariadb-11.x

Update mariadb Docker tag to v11.8
This commit is contained in:
LRVT
2026-02-17 19:10:03 +01:00
committed by GitHub
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
services:
db:
image: mariadb:11.5
image: mariadb:11.8
container_name: seafile-mysql
environment:
- MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service.