mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2026-04-01 07:05:38 +02:00
Update mariadb Docker tag to v11.8
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user