fix version of mariadb to 10.5

a change in default configs breaks nextcloud, after this version
This commit is contained in:
2021-09-01 08:15:17 -04:00
parent 4fa8b64246
commit fd26d91d5f

View File

@@ -7,7 +7,7 @@ version: '3.4'
services:
mysql:
image: "mariadb:10"
image: "mariadb:10.5"
volumes:
- /opt/mariadb/data:/var/lib/mysql
ports: