From 35ff072dc196cf62ec9e4fdd7fff678c59c66b10 Mon Sep 17 00:00:00 2001 From: J0WI Date: Tue, 28 Mar 2023 16:57:14 +0200 Subject: [PATCH] Update MariaDB to 10.6 --- nextcloud/content.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nextcloud/content.md b/nextcloud/content.md index fad8bc415..1c2b41b65 100644 --- a/nextcloud/content.md +++ b/nextcloud/content.md @@ -64,7 +64,7 @@ Database: ```console $ docker run -d \ -v db:/var/lib/mysql \ - mariadb:10.5 + mariadb:10.6 ``` If you want to get fine grained access to your individual files, you can mount additional volumes for data, config, your theme and custom apps. The `data`, `config` files are stored in respective subfolders inside `/var/www/html/`. The apps are split into core `apps` (which are shipped with Nextcloud and you don't need to take care of) and a `custom_apps` folder. If you use a custom theme it would go into the `themes` subfolder. @@ -249,7 +249,7 @@ volumes: services: db: - image: mariadb:10.5 + image: mariadb:10.6 restart: always command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW volumes: @@ -295,7 +295,7 @@ volumes: services: db: - image: mariadb:10.5 + image: mariadb:10.6 restart: always command: --transaction-isolation=READ-COMMITTED --log-bin=binlog --binlog-format=ROW volumes: