Update nextcloud's mariadb to 10.6
This is the latest it supports
This commit is contained in:
parent
167b8bd140
commit
b6705788e6
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ services:
|
|||
- /tmp
|
||||
|
||||
mariadb:
|
||||
image: mariadb:10.5
|
||||
image: mariadb:10.6
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- /mnt/tank/dbs/mariadb/nextcloud/:/var/lib/mysql
|
||||
|
|
Loading…
Reference in a new issue