Update mariadb Docker tag to v11.8

This commit is contained in:
Renovate Bot
2026-02-17 17:54:36 +00:00
parent 17f03c2353
commit 38680e8968
7 changed files with 7 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
services: services:
db: db:
image: mariadb:11.5 image: mariadb:11.8
container_name: filerun-db container_name: filerun-db
environment: environment:
- MYSQL_ROOT_PASSWORD=your_mysql_root_password - MYSQL_ROOT_PASSWORD=your_mysql_root_password

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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