mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-02-22 21:40:47 +01:00
chore: pin version of Nextcloud's MariaDB to 10.6.17
This commit is contained in:
parent
9d609ca42b
commit
0a095882ae
@ -17,7 +17,9 @@ services:
|
||||
- MYSQL_HOST=nextcloud-db
|
||||
restart: unless-stopped
|
||||
nextcloud-db:
|
||||
image: mariadb:latest
|
||||
# See compatibility matrix for Nextcloud 28
|
||||
# https://docs.nextcloud.com/server/28/admin_manual/installation/system_requirements.html
|
||||
image: docker.io/library/mariadb:10.6.17
|
||||
container_name: nextcloud-db
|
||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||
volumes:
|
||||
|
Loading…
Reference in New Issue
Block a user