From 4578751dd7f544e5bd128b7044cfb305b9228ccc Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 13 Jun 2021 21:07:09 +0200 Subject: [PATCH] Drop back to Mariadb 10.5 Ref #7 --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 939703b..a3fedc3 100644 --- a/compose.yml +++ b/compose.yml @@ -54,7 +54,7 @@ services: - "traefik.http.middlewares.${STACK_NAME}-redirect.headers.SSLHost=${DOMAIN}" - coop-cloud.${STACK_NAME}.app.version=21.0.2- db: - image: "mariadb:10.6" + image: "mariadb:10.5" environment: - MYSQL_DATABASE=nextcloud - MYSQL_USER=nextcloud