summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorPatrizio Bekerle <patrizio@bekerle.com>2021-07-13 21:38:33 +0200
committerGitHub <noreply@github.com>2021-07-13 21:38:33 +0200
commit94a24c2385a7be70a23a1c02661ddc4c675f4c32 (patch)
tree941e37943a72bb421786a495532f735d0cf602fe /README.md
parentb6b9499252cd572f3bb903f2cb04d36ea880573f (diff)
Lock mariadb to 10.5
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 25cfe314..53a1c2bb 100644
--- a/README.md
+++ b/README.md
@@ -66,7 +66,7 @@ Database:
```console
$ docker run -d \
-v db:/var/lib/mysql \
-mariadb
+mariadb:10.5
```
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.
@@ -228,7 +228,7 @@ volumes:
services:
db:
- image: mariadb
+ image: mariadb:10.5
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
@@ -274,7 +274,7 @@ volumes:
services:
db:
- image: mariadb
+ image: mariadb:10.5
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes: