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 compose-files-standalone/bookstack/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
bookstack-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: bookstack-db
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion compose-files-standalone/matomo/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
matomo-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: matomo-db
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion compose-files-standalone/phpipam/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
phpipam-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: phpipam-mysql
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion compose-files-traefik-predefined/gitea/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
gitea-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: gitea-db
restart: unless-stopped
volumes:
Expand Down
2 changes: 1 addition & 1 deletion compose-files-traefik-predefined/ilias/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
ilias-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: ilias-db
restart: unless-stopped
command:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
matomo-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: matomo-db
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
nextcloud-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: nextcloud-db
command: --transaction-isolation=READ-COMMITTED --log-bin=ROW
restart: always
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
phpipam-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: phpipam-mysql
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ services:
- default

redmine-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: redmine-db
restart: always
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ services:
- default

wallabag-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: wallabag-db
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
wordpress-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: wordpress-db
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
services:
wordpress-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: wordpress-db
restart: unless-stopped
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
- traefik_proxy

yourls-db:
image: mariadb:11.8
image: mariadb:12.0
container_name: yourls-db
restart: unless-stopped
volumes:
Expand Down