Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/filerun/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

db:
image: mariadb:11.8
image: mariadb:12.2
container_name: filerun-db
environment:
- MYSQL_ROOT_PASSWORD=your_mysql_root_password
Expand Down
2 changes: 1 addition & 1 deletion examples/firefly/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ services:
- db

db:
image: mariadb:11.8
image: mariadb:12.2
container_name: firefly-db
restart: unless-stopped
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/matomo/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:


matomo_db:
image: mariadb:11.8
image: mariadb:12.2
container_name: matomo_db
command: --max-allowed-packet=64MB
environment:
Expand Down
2 changes: 1 addition & 1 deletion examples/nextcloud/docker-compose-mariadb-redis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

nextcloud-db:
image: mariadb:11.8
image: mariadb:12.2
container_name: nextcloud-db
hostname: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF
Expand Down
2 changes: 1 addition & 1 deletion examples/passbolt/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

db:
image: mariadb:11.8
image: mariadb:12.2
container_name: passbolt-db
hostname: passbolt-db
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion examples/projectsend/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
- database

database:
image: mariadb:11.8
image: mariadb:12.2
container_name: projectsend-db
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
restart: unless-stopped
Expand Down
2 changes: 1 addition & 1 deletion examples/seafile/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

db:
image: mariadb:11.8
image: mariadb:12.2
container_name: seafile-mysql
environment:
- MYSQL_ROOT_PASSWORD=db_dev # Requested, set the root's password of MySQL service.
Expand Down
2 changes: 1 addition & 1 deletion examples/wordpress/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:

wordpress-db:
image: mariadb:10.11
image: mariadb:12.2
container_name: wordpress-db
hostname: wordpress-db
restart: unless-stopped
Expand Down