We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 682ef27 commit 808d830Copy full SHA for 808d830
examples/nextcloud/docker-compose-mariadb-redis.yml
@@ -1,7 +1,7 @@
1
services:
2
3
nextcloud-db:
4
- image: mariadb:lts
+ image: mariadb:11.4
5
container_name: nextcloud-db
6
hostname: nextcloud-db
7
command: --transaction-isolation=READ-COMMITTED --innodb_read_only_compressed=OFF
@@ -36,7 +36,7 @@ services:
36
# - proxy
37
38
nextcloud-app:
39
- image: nextcloud:29-apache
+ image: nextcloud:31-apache
40
container_name: nextcloud-app
41
hostname: nextcloud-app
42
restart: unless-stopped
0 commit comments