Skip to content

Commit 34b4182

Browse files
authored
Merge pull request #38 from Atilil/patch-2
Update docker-compose-mariadb-redis.yml
2 parents 387c228 + 808d830 commit 34b4182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nextcloud/docker-compose-mariadb-redis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
nextcloud-db:
4-
image: mariadb:lts
4+
image: mariadb:11.4
55
container_name: nextcloud-db
66
hostname: nextcloud-db
77
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF

0 commit comments

Comments
 (0)