mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 07:25:34 +02:00
Update mariadb Docker tag to v11.8
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -15,7 +15,7 @@ services:
|
||||
- db
|
||||
|
||||
db:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: firefly-db
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
services:
|
||||
|
||||
db:
|
||||
image: mariadb:11.5
|
||||
image: mariadb:11.8
|
||||
container_name: passbolt-db
|
||||
hostname: passbolt-db
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user