summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJ0WI <J0WI@users.noreply.github.com>2023-03-28 15:35:15 +0000
committerGitHub <noreply@github.com>2023-03-28 15:35:15 +0000
commit30bb621341a08526481b734886cc3922213e5f15 (patch)
tree1404cf17643936a98f1b1d7fd29274d7f167f455 /README.md
parentcf3066878422a4f0e8b79fcddb8227114e074b74 (diff)
Update MariaDB to 10.6 (#1956)
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 76e7ef4e..20a9cecf 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,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.
@@ -241,7 +241,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:
@@ -287,7 +287,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: