Skip to content

Commit 808d830

Browse files
authored
Update docker-compose-mariadb-redis.yml
Nextcloud update. Mariadb in 11.4 maximum, recommended by Nextcloud
1 parent 682ef27 commit 808d830

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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
@@ -36,7 +36,7 @@ services:
3636
# - proxy
3737

3838
nextcloud-app:
39-
image: nextcloud:29-apache
39+
image: nextcloud:31-apache
4040
container_name: nextcloud-app
4141
hostname: nextcloud-app
4242
restart: unless-stopped

0 commit comments

Comments
 (0)