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: filerun-db
environment:
- MYSQL_ROOT_PASSWORD=your_mysql_root_password

View File

@@ -15,7 +15,7 @@ services:
- db
db:
image: mariadb:11.5
image: mariadb:11.8
container_name: firefly-db
restart: unless-stopped
environment:

View File

@@ -30,7 +30,7 @@ services:
matomo_db:
image: mariadb:11.5
image: mariadb:11.8
container_name: matomo_db
command: --max-allowed-packet=64MB
environment:

View File

@@ -1,7 +1,7 @@
services:
nextcloud-db:
image: mariadb:11.4
image: mariadb:11.8
container_name: nextcloud-db
hostname: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF

View File

@@ -1,7 +1,7 @@
services:
db:
image: mariadb:11.5
image: mariadb:11.8
container_name: passbolt-db
hostname: passbolt-db
restart: unless-stopped

View File

@@ -20,7 +20,7 @@ services:
- database
database:
image: mariadb:11.5
image: mariadb:11.8
container_name: projectsend-db
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: unless-stopped

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.