Skip to content

Commit 191ca52

Browse files
committed
Update mariadb Docker tag to v12
1 parent 45f6dac commit 191ca52

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/filerun/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
db:
4-
image: mariadb:11.8
4+
image: mariadb:12.2
55
container_name: filerun-db
66
environment:
77
- MYSQL_ROOT_PASSWORD=your_mysql_root_password

examples/firefly/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ services:
1515
- db
1616

1717
db:
18-
image: mariadb:11.8
18+
image: mariadb:12.2
1919
container_name: firefly-db
2020
restart: unless-stopped
2121
environment:

examples/matomo/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ services:
3030

3131

3232
matomo_db:
33-
image: mariadb:11.8
33+
image: mariadb:12.2
3434
container_name: matomo_db
3535
command: --max-allowed-packet=64MB
3636
environment:

examples/nextcloud/docker-compose-mariadb-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
nextcloud-db:
4-
image: mariadb:11.8
4+
image: mariadb:12.2
55
container_name: nextcloud-db
66
hostname: nextcloud-db
77
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF

examples/passbolt/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
db:
4-
image: mariadb:11.8
4+
image: mariadb:12.2
55
container_name: passbolt-db
66
hostname: passbolt-db
77
restart: unless-stopped

examples/projectsend/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
- database
2121

2222
database:
23-
image: mariadb:11.8
23+
image: mariadb:12.2
2424
container_name: projectsend-db
2525
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
2626
restart: unless-stopped

examples/seafile/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
db:
4-
image: mariadb:11.8
4+
image: mariadb:12.2
55
container_name: seafile-mysql
66
environment:
77
- MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service.

examples/wordpress/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
wordpress-db:
4-
image: mariadb:10.11
4+
image: mariadb:12.2
55
container_name: wordpress-db
66
hostname: wordpress-db
77
restart: unless-stopped

0 commit comments

Comments
 (0)